Skip to content

Commit

Permalink
Update Schedule
Browse files Browse the repository at this point in the history
  • Loading branch information
krishnans2006 committed Feb 22, 2024
1 parent 92a2909 commit de3a5b6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/eventdata/schedule.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down Expand Up @@ -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.<br /><br />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)
},
{
Expand Down

0 comments on commit de3a5b6

Please sign in to comment.