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 31ba8dd commit b493c0fCopy full SHA for b493c0f
src/constants.ts
@@ -13,7 +13,7 @@ export interface MeetupDetails {
13
14
export const NEXT_MEETUP: MeetupDetails | undefined = {
15
title: 'Project Share!',
16
- date: new Date('2024-10-24T17:00:00'),
+ date: new Date('2024-11-07T17:00:00'),
17
location: 'AT_2.07',
18
description: 'Bring your laptop!',
19
}
0 commit comments