From 340d3fe5d7a02dd89b749152a9434df35862380d Mon Sep 17 00:00:00 2001 From: tomas Date: Tue, 6 Feb 2024 12:04:35 +0000 Subject: [PATCH] new meetup! --- src/constants.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/constants.ts b/src/constants.ts index d412343..87109b3 100644 --- a/src/constants.ts +++ b/src/constants.ts @@ -13,7 +13,7 @@ export interface MeetupDetails { export const NEXT_MEETUP: MeetupDetails | undefined = { title: 'Project Share!', - date: new Date('2024-01-24T15:00:00'), + date: new Date('2024-02-07T15:00:00'), location: 'AT 2.11', description: 'Bring your laptop!', }