Skip to content

Commit

Permalink
Update _coord-hours.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
sbaumohl authored Feb 26, 2024
1 parent 477f97e commit c3453b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/content/_coord-hours.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ let CoordHours: CoordHour[] = [
},
{
Time: "11 AM - 12 PM",
Coords: ["Chris", "Rudy", "", "Rudy", "Emily"],
Coords: ["", "Rudy", "", "Rudy", "Emily"],
},
{
Time: "12 - 1 PM",
Expand All @@ -36,7 +36,7 @@ let CoordHours: CoordHour[] = [
},
{
Time: "5 - 6 PM",
Coords: ["Grace", "", "", "", ""],
Coords: ["Grace", "", "Chris", "", ""],
},
];

Expand Down

0 comments on commit c3453b1

Please sign in to comment.