Skip to content

Commit

Permalink
set NEXT_MEETUP 10th Oct 2024
Browse files Browse the repository at this point in the history
  • Loading branch information
StanFlint committed Oct 1, 2024
1 parent 80ae7ba commit 88dc6ff
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-09-26T15:00:00'),
location: 'AT7.14',
date: new Date('2024-10-10T16:00:00'),
location: 'AT_5.01',
description: 'Bring your laptop!',
}

Expand Down

0 comments on commit 88dc6ff

Please sign in to comment.