Skip to content

Commit

Permalink
set NEXT_MEETUP 26th Sep 2024
Browse files Browse the repository at this point in the history
  • Loading branch information
StanFlint committed Sep 18, 2024
1 parent f09b443 commit a889a30
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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!',
}

Expand Down

0 comments on commit a889a30

Please sign in to comment.