Skip to content

Commit

Permalink
Update Schedule (Again)
Browse files Browse the repository at this point in the history
  • Loading branch information
krishnans2006 committed Feb 22, 2024
1 parent de3a5b6 commit 152653a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/eventdata/schedule.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,16 +32,16 @@ const scheduleItems = [
time: dayjs('2/24/2024 11:30', timeFormat),
end: dayjs('2/24/2024 12:00', timeFormat)
},
{
title: 'Submit Check-In Form',
time: dayjs('2/24/2024 12:30', timeFormat)
},
{
title: 'Resources and Q&A for Beginners',
description:
'If you are a beginner or don’t know where to start, come ask some HackTJ team members general questions about the hackathon!',
time: dayjs('2/24/2024 12:15', timeFormat),
end: dayjs('2/24/2024 12:45', timeFormat)
},
{
title: 'Submit Check-In Form',
time: dayjs('2/24/2024 12:30', timeFormat)
time: dayjs('2/24/2024 12:30', timeFormat),
end: dayjs('2/24/2024 13:00', timeFormat)
},
{
title: 'Lunch',
Expand Down

0 comments on commit 152653a

Please sign in to comment.