We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f6041d commit 799a648Copy full SHA for 799a648
src/constants.ts
@@ -12,10 +12,10 @@ export interface MeetupDetails {
12
}
13
14
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!',
+ title: 'Awards Night 🍾',
+ date: new Date('2024-12-05T16:00:00'),
+ location: '7GS, F.21',
+ description: 'Join the audience or nominate your project!',
19
20
21
export const DISCORD_INVITE_LINK = 'https://discord.gg/wNGukFdBgp'
0 commit comments