Skip to content

Commit 799a648

Browse files
committed
set NEXT_MEETUP 5th December 2024 (Awards Night)
1 parent 9f6041d commit 799a648

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/constants.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ export interface MeetupDetails {
1212
}
1313

1414
export const NEXT_MEETUP: MeetupDetails | undefined = {
15-
title: 'Project Share!',
16-
date: new Date('2024-11-21T17:00:00'),
17-
location: 'AT_2.07',
18-
description: 'Bring your laptop!',
15+
title: 'Awards Night 🍾',
16+
date: new Date('2024-12-05T16:00:00'),
17+
location: '7GS, F.21',
18+
description: 'Join the audience or nominate your project!',
1919
}
2020

2121
export const DISCORD_INVITE_LINK = 'https://discord.gg/wNGukFdBgp'

0 commit comments

Comments
 (0)