From de3a5b6cc95b4e09845abd079b2e173ea4d64c9c Mon Sep 17 00:00:00 2001 From: Krishnan Shankar Date: Wed, 21 Feb 2024 21:32:26 -0500 Subject: [PATCH] Update Schedule --- src/eventdata/schedule.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/eventdata/schedule.js b/src/eventdata/schedule.js index e87a828..1c83bcb 100644 --- a/src/eventdata/schedule.js +++ b/src/eventdata/schedule.js @@ -41,7 +41,7 @@ const scheduleItems = [ }, { title: 'Submit Check-In Form', - time: dayjs('2/24/2024 13:00', timeFormat) + time: dayjs('2/24/2024 12:30', timeFormat) }, { title: 'Lunch', @@ -80,19 +80,19 @@ const scheduleItems = [ { title: 'Breakfast', description: 'Einstein Bros. Bagels and Blueberry Muffins', - time: dayjs('2/25/2024 06:00', timeFormat), + time: dayjs('2/25/2024 06:30', timeFormat), end: dayjs('2/25/2024 08:00', timeFormat) }, { title: 'Hacking Ends', - time: dayjs('2/25/2024 08:30', timeFormat) + time: dayjs('2/25/2024 08:00', timeFormat) }, { title: 'Judging', description: 'Judges will be going around each team by room, so make sure to stay in the vicinity of your room and be ready to present during the judging period.

If you win: we’re going to choose 3 groups to present for 3 minutes each at the closing ceremony. You can use slides if you’d like, or you can just talk to us. We will notify you if you are presenting at the ceremony around 30-45 minutes after judging ends.', - time: dayjs('2/25/2024 08:30', timeFormat), + time: dayjs('2/25/2024 08:15', timeFormat), end: dayjs('2/25/2024 11:30', timeFormat) }, {