Skip to content

Commit

Permalink
Update Schedule.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
avsomers25 committed Jan 30, 2025
1 parent a9963ab commit ac786a6
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions app/(pre-dashboard)/(landing)/sections/Schedule.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ function ScheduleOfTheDay(props: { dayInfo: DayInfo }) {
const { day, times } = dayInfo;
return (
<div className="my-5 flex w-full flex-col text-white">
<div className="glow-subtitles text-textSubtitle mb-4 w-full text-center text-3xl font-semibold md:text-5xl">
<div className="glow-subtitles text-textSubtitle mb-4 w-full text-center text-xl font-semibold md:text-5xl">
{dayInfo.day}
</div>
<div className="w-full">
Expand Down Expand Up @@ -41,6 +41,11 @@ const schedule = {
event: 'Check-in Starts',
location: 'Center Lobby',
},
{
time: '11:45 AM',
event: 'Delayed Check-in',
location: 'Center Lobby',
},
{
time: '11:00 AM',
event: 'Opening Ceremony',
Expand All @@ -49,7 +54,11 @@ const schedule = {
{ time: '12:00 PM', event: 'Team Building', location: 'tbd' },
{ time: '12:00 PM', event: 'Hacking Starts', location: 'Hacking Area' },
{ time: '12:30 PM', event: 'Lunch', location: 'In Front of MPR' },

{ time: '1:30 PM', event: 'Wakefern Cafe + Arcade', location: '174' },
{ time: '2:30 PM', event: 'Wakefern Coffee Chats', location: 'tbd' },
{ time: '4:00 PM', event: 'MLH Workshop: Github Copilot', location: 'tbd' },
{ time: '5:00 PM', event: 'iCIMS talk', location: 'tbd' },
{ time: '6:00 PM', event: 'MLH Workshop: Building with Figma', location: 'tbd' },
{ time: '8:00 PM', event: 'Dinner', location: 'In Front of MPR' },
],
},
Expand Down

0 comments on commit ac786a6

Please sign in to comment.