Skip to content

Commit

Permalink
date announcement!
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasmaillo committed Sep 18, 2023
1 parent 2c60e31 commit 2b9ff3c
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,12 @@ export const NEXT_MEETUP:
location: string
description: string
}
| undefined = undefined

// {
// title: 'Project Share!',
// date: new Date('2023-09-20T18:30:00'),
// location: 'AT 2.04',
// description: 'Bring your laptop!',
// }
| undefined = {
title: 'Project Share!',
date: new Date('2023-09-20T15:00:00'),
location: 'AT 2.05',
description: 'Bring your laptop!',
}

export const DISCORD_INVITE_LINK = 'https://discord.gg/wNGukFdBgp'

Expand Down

0 comments on commit 2b9ff3c

Please sign in to comment.