Skip to content

Commit 6766dfa

Browse files
authored
Update team mixer time (#482)
* change activity color * updated team mixer official time
1 parent 877dead commit 6766dfa

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

app/(pages)/(hackers)/_components/StarterKit/TeamBuilding.tsx

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,13 @@ import mascots from '@public/hackers/starter-kit/teamBuilding/mascotSquad.svg';
55
import { CalendarItem } from '@pages/(hackers)/_components/Schedule/CalendarItem';
66
import { MentorCalloutCard } from '@pages/(hackers)/_components/StarterKit/Ideate/IdeateMentorCallout';
77

8+
// TODO: Update with actual Team Mixer details
89
const 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

1617
export default function TeamBuilding() {

0 commit comments

Comments
 (0)