diff --git a/.astro/settings.json b/.astro/settings.json index d056042..4f3521e 100644 --- a/.astro/settings.json +++ b/.astro/settings.json @@ -1,5 +1,5 @@ { "_variables": { - "lastUpdateCheck": 1718490552117 + "lastUpdateCheck": 1725402096907 } } \ No newline at end of file diff --git a/.astro/types.d.ts b/.astro/types.d.ts index b5dd022..192c6c4 100644 --- a/.astro/types.d.ts +++ b/.astro/types.d.ts @@ -190,15 +190,6 @@ declare module 'astro:content' { data: InferEntrySchema<"blog"> } & { render(): Render[".md"] }; }; -"code-of-conduct": { -"code-of-conduct.md": { - id: "code-of-conduct.md"; - slug: "code-of-conduct"; - body: string; - collection: "code-of-conduct"; - data: any -} & { render(): Render[".md"] }; -}; "docs": { "Code-of-Conduct.md": { id: "Code-of-Conduct.md"; diff --git a/src/content/_coord-hours.ts b/src/content/_coord-hours.ts index 834deac..3431db3 100644 --- a/src/content/_coord-hours.ts +++ b/src/content/_coord-hours.ts @@ -8,35 +8,35 @@ interface CoordHour { let CoordHours: CoordHour[] = [ { Time: "10 - 11 AM", - Coords: ["Michael", "", "", "", "Emily"], + Coords: ["", "", "", "", ""], }, { Time: "11 AM - 12 PM", - Coords: ["", "Rudy", "", "Rudy", "Emily"], + Coords: ["Anna", "Nico", "Ishan", "Nico", "Anna"], }, { Time: "12 - 1 PM", - Coords: ["Alan", "", "Pranav", "Alan", "Pranav"], + Coords: ["Sam", "", "Sam", "", "Chris"], }, { Time: "1 - 2 PM", - Coords: ["Michael", "Ben L", "", "Ben L", "Sam"], + Coords: ["Emily", "Rahul", "", "Rahul", "Chris"], }, { Time: "2 - 3 PM", - Coords: ["David", "Mihir", "David", "", "Sam"], + Coords: ["Emily", "", "", "", ""], }, { Time: "3 - 4 PM", - Coords: ["Ben", "Mihir", "Ben", "", ""], + Coords: ["Michael", "", "Michael", "", ""], }, { Time: "4 - 5 PM", - Coords: ["Grace", "", "Chris", "", ""], + Coords: ["Grace", "", "Ishan", "", ""], }, { Time: "5 - 6 PM", - Coords: ["Grace", "", "Chris", "", ""], + Coords: ["Grace", "", "", "", ""], }, ]; diff --git a/src/content/resources b/src/content/resources index 4775946..2658ab0 160000 --- a/src/content/resources +++ b/src/content/resources @@ -1 +1 @@ -Subproject commit 477594642ff4f81d03c7d43e31d0a01f622a108f +Subproject commit 2658ab0d424581bed73a15b10909e2330bb58684 diff --git a/src/pages/hours.astro b/src/pages/hours.astro index a03ef4f..7f438f8 100644 --- a/src/pages/hours.astro +++ b/src/pages/hours.astro @@ -37,7 +37,7 @@ const hasCoordColor = curCoordInfo.hasCoord ? "text-green-500" : "text-red-700"; Anyone is welcome in the UPL when a Coord is present, and Coords commit to be present at certain office hours. Come in and say hi!
-