Skip to content

Commit

Permalink
Update _coord-hours.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelnoguera authored Jan 29, 2024
1 parent 8fbf450 commit 6008b15
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: ["", "", "", "", "Emily"],
Coords: ["Michael", "", "", "", "Emily"],
},
{
Time: "11 AM - 12 PM",
Expand All @@ -20,7 +20,7 @@ let CoordHours: CoordHour[] = [
},
{
Time: "1 - 2 PM",
Coords: ["Michael", "Ben L", "Michael", "Ben L", "Sam"],
Coords: ["Michael", "Ben L", "", "Ben L", "Sam"],
},
{
Time: "2 - 3 PM",
Expand All @@ -40,4 +40,4 @@ let CoordHours: CoordHour[] = [
},
];

export default CoordHours;
export default CoordHours;

0 comments on commit 6008b15

Please sign in to comment.