diff --git a/src/components/ScheduleView.tsx b/src/components/ScheduleView.tsx index 212e75e5..963914a9 100644 --- a/src/components/ScheduleView.tsx +++ b/src/components/ScheduleView.tsx @@ -19,9 +19,9 @@ export interface ScheduleEntry { day: number } -const dayPreview = (time) => new Date(`2022-09-11T${time}:00.000-07:00`) -const dayOneDate = (time) => new Date(`2022-10-22T${time}:00.000-07:00`) -const dayTwoDate = (time) => new Date(`2022-10-23T${time}:00.000-07:00`) +const dayPreview = (time) => new Date(`2023-09-10T${time}:00.000-07:00`) +const dayOneDate = (time) => new Date(`2023-10-21T${time}:00.000-07:00`) +const dayTwoDate = (time) => new Date(`2023-10-22T${time}:00.000-07:00`) function ScheduleEntry (time: string, day: number, text: string, roomIds?: string[], breakoutRoomId?: string) { if (day === 0) { From 1c086d9932d57fe2a1be5071c90409a088ea4cf9 Mon Sep 17 00:00:00 2001 From: nextlevelbanana Date: Thu, 31 Aug 2023 20:48:50 -0700 Subject: [PATCH 3/5] work in progress - mall vibes color scheme --- src/components/SettingsView.tsx | 10 ++++++++++ style/style.css | 25 +++++++++++++++++++++++++ 2 files changed, 35 insertions(+) diff --git a/src/components/SettingsView.tsx b/src/components/SettingsView.tsx index 7d504c39..fda85ae9 100644 --- a/src/components/SettingsView.tsx +++ b/src/components/SettingsView.tsx @@ -103,6 +103,16 @@ export default function SettingsView (props: Props) { />