Skip to content

Commit

Permalink
Merge pull request #234 from HackRU/dev
Browse files Browse the repository at this point in the history
Update Schedule.tsx
  • Loading branch information
avsomers25 authored Oct 25, 2024
2 parents aa82b84 + cae5a2f commit ad7b431
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions app/(pre-dashboard)/(landing)/sections/Schedule.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,16 +49,17 @@ 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:00 PM', event: 'Github Copilot', location: '108' },
{ time: '2:00 PM', event: 'iCIMS', location: '108' },
{ time: '2:30 PM', event: 'NTICE', location: '108' },
{ time: '4:00 PM', event: 'USACS Resume Workshop', location: '108' },
{ time: '5:00 PM', event: 'Figma workshop', location: '108' },
{ time: '6:00 PM', event: 'NJT', location: '108' },
{ time: '1:00 PM', event: 'Github Copilot', location: 'CASC 108' },
{ time: '2:00 PM', event: 'iCIMS', location: 'CASC 108' },
{ time: '2:30 PM', event: 'NTICE', location: 'CASC 108' },
{ time: '4:00 PM', event: 'USACS Resume Workshop', location: 'CASC 108' },
{ time: '5:00 PM', event: 'Figma workshop', location: 'CASC 108' },
{ time: '6:00 PM', event: 'NJT Mini Game', location: 'MPR' },
//{ time: '6:00 PM', event: 'Dogs', location: '' },
{ time: '4:00 PM', event: 'Aracde Suprise', location: 'tbd' },

{ time: '8:00 PM', event: 'Dinner', location: 'In Front of MPR' },
{ time: '10:30 PM', event: 'NJT Mini Game', location: 'MPR' },
],
},

Expand Down

0 comments on commit ad7b431

Please sign in to comment.