Skip to content

Commit

Permalink
set NEXT_MEETUP 21st Nov 2024
Browse files Browse the repository at this point in the history
  • Loading branch information
StanFlint committed Nov 19, 2024
1 parent b493c0f commit 9f6041d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export interface MeetupDetails {

export const NEXT_MEETUP: MeetupDetails | undefined = {
title: 'Project Share!',
date: new Date('2024-11-07T17:00:00'),
date: new Date('2024-11-21T17:00:00'),
location: 'AT_2.07',
description: 'Bring your laptop!',
}
Expand Down

0 comments on commit 9f6041d

Please sign in to comment.