Skip to content

Commit 7789a5d

Browse files
committed
update team v26
1 parent 468ec1a commit 7789a5d

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

src/pages/components/TeamSection.tsx

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,18 @@ import React from "react";
44

55
// use this variable to display the most recent iteration team for Reactime
66
const team25: string[][] = [
7-
["Haider Ali", "hali03"],
8-
["Jose Luis Sanchez", "JoseSanchez1996"],
9-
["Logan Nelsen", "ljn16"],
10-
["Mel Koppens", "MelKoppens"]
7+
["Garrett Chow", "garrettlchow"],
8+
["Ellie Simens", "elliesimens"],
9+
["Ragad Mohammed", "ragad-mohammed"],
10+
["Daniel Ryczek", "dryczek14"],
11+
["Patrice Pinardo", "pinardo88"]
1112
];
1213

1314
const people: string[][] = [
15+
["Haider Ali", "hali03"],
16+
["Jose Luis Sanchez", "JoseSanchez1996"],
17+
["Logan Nelsen", "ljn16"],
18+
["Mel Koppens", "MelKoppens"],
1419
["Alex Gomez", "alexgomez9"],
1520
["Alexander Landeros", "AlexanderLanderos"],
1621
["Ali Rahman", "CourageWolf"],

0 commit comments

Comments
 (0)