Skip to content

Commit

Permalink
set NEXT_MEETUP 24th Oct 2024
Browse files Browse the repository at this point in the history
  • Loading branch information
StanFlint committed Oct 21, 2024
1 parent 86e2db9 commit 31ba8dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ export interface MeetupDetails {

export const NEXT_MEETUP: MeetupDetails | undefined = {
title: 'Project Share!',
date: new Date('2024-10-10T16:00:00'),
location: 'AT_5.01',
date: new Date('2024-10-24T17:00:00'),
location: 'AT_2.07',
description: 'Bring your laptop!',
}

Expand Down

0 comments on commit 31ba8dd

Please sign in to comment.