diff --git a/src/constants.ts b/src/constants.ts index a3768e7..0c9911b 100644 --- a/src/constants.ts +++ b/src/constants.ts @@ -12,9 +12,9 @@ export interface MeetupDetails { } export const NEXT_MEETUP: MeetupDetails | undefined = { - title: 'Meadows Quiz!', - date: new Date('2024-09-11T14:00:00'), - location: 'Meadows Quiz', + title: 'Project Share!', + date: new Date('2024-09-26T15:00:00'), + location: 'AT7.14', description: 'Bring your laptop!', }