We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 468ec1a commit 7789a5dCopy full SHA for 7789a5d
src/pages/components/TeamSection.tsx
@@ -4,13 +4,18 @@ import React from "react";
4
5
// use this variable to display the most recent iteration team for Reactime
6
const team25: string[][] = [
7
- ["Haider Ali", "hali03"],
8
- ["Jose Luis Sanchez", "JoseSanchez1996"],
9
- ["Logan Nelsen", "ljn16"],
10
- ["Mel Koppens", "MelKoppens"]
+ ["Garrett Chow", "garrettlchow"],
+ ["Ellie Simens", "elliesimens"],
+ ["Ragad Mohammed", "ragad-mohammed"],
+ ["Daniel Ryczek", "dryczek14"],
11
+ ["Patrice Pinardo", "pinardo88"]
12
];
13
14
const people: string[][] = [
15
+ ["Haider Ali", "hali03"],
16
+ ["Jose Luis Sanchez", "JoseSanchez1996"],
17
+ ["Logan Nelsen", "ljn16"],
18
+ ["Mel Koppens", "MelKoppens"],
19
["Alex Gomez", "alexgomez9"],
20
["Alexander Landeros", "AlexanderLanderos"],
21
["Ali Rahman", "CourageWolf"],
0 commit comments