We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4250e98 commit 99fc84dCopy full SHA for 99fc84d
src/globals/events.js
@@ -12,10 +12,16 @@
12
* @type {JSMNEvent[]}
13
*/
14
module.exports = [
15
+ {
16
+ title: 'September Event: Show and Tell',
17
+ date: new Date('2021-09-29T18:00-05:00'),
18
+ link: 'https://www.meetup.com/JavaScriptMN/events/qltnfsycclbhc/',
19
+ location: 'Virtual',
20
+ },
21
{
22
title: 'August Event: Show and Tell',
23
date: new Date('2021-08-25T18:00-05:00'),
- link: 'hhttps://www.meetup.com/JavaScriptMN/events/qltnfsycclbhc/',
24
25
location: 'Virtual',
26
},
27
0 commit comments