File tree Expand file tree Collapse file tree
app/(pages)/(hackers)/_components/StarterKit Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,12 +5,13 @@ import mascots from '@public/hackers/starter-kit/teamBuilding/mascotSquad.svg';
55import { CalendarItem } from '@pages/(hackers)/_components/Schedule/CalendarItem' ;
66import { MentorCalloutCard } from '@pages/(hackers)/_components/StarterKit/Ideate/IdeateMentorCallout' ;
77
8+ // TODO: Update with actual Team Mixer details
89const TEAM_MIXER_EVENT : Event = {
910 name : 'Team Mixer' ,
10- type : 'WORKSHOPS ' ,
11- location : 'ARC Ballroom B ' ,
12- start_time : new Date ( '2026-04-10T11:00 :00' ) ,
13- end_time : new Date ( '2026-04-10T12:00 :00' ) ,
11+ type : 'ACTIVITIES ' ,
12+ location : 'ARC Ballroom A ' ,
13+ start_time : new Date ( '2026-05-09T08:30 :00' ) ,
14+ end_time : new Date ( '2026-05-09T09:30 :00' ) ,
1415} ;
1516
1617export default function TeamBuilding ( ) {
You can’t perform that action at this time.
0 commit comments