Skip to content

Commit

Permalink
update coord hours
Browse files Browse the repository at this point in the history
  • Loading branch information
nicosalm committed Jan 21, 2025
1 parent 51d8fe6 commit 292e936
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/content/_coord-hours.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ interface CoordHour {
let CoordHours: CoordHour[] = [
{
Time: "10 - 11 AM",
Coords: ["George", "", "Sam", "", "Rahul"],
Coords: ["George", "", "Sam", "", ""],
},
{
Time: "11 AM - 12 PM",
Expand All @@ -20,7 +20,7 @@ let CoordHours: CoordHour[] = [
},
{
Time: "1 - 2 PM",
Coords: ["Nico", "Emily", "Mari", "Emily", "Michael"],
Coords: ["Nico", "Emily", "Rahul", "Emily", "Michael"],
},
{
Time: "2 - 3 PM",
Expand All @@ -36,7 +36,7 @@ let CoordHours: CoordHour[] = [
},
{
Time: "5 - 6 PM",
Coords: ["George", "", "", "", ""],
Coords: ["George", "", "", "", "Mari"],
},
];

Expand Down

0 comments on commit 292e936

Please sign in to comment.