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 da71f67 commit 4462d85Copy full SHA for 4462d85
src/globals/events.js
@@ -12,6 +12,12 @@
12
* @type {JSMNEvent[]}
13
*/
14
module.exports = [
15
+ {
16
+ title: 'January Event: Show and Tell',
17
+ date: new Date('2022-01-26T18:00-06:00'),
18
+ link: 'https://www.meetup.com/JavaScriptMN/events/qltnfsydccbjc/',
19
+ location: 'Virtual',
20
+ },
21
{
22
title: 'November/December Event: Overview of Firebase in Vue - Craig Fisk',
23
date: new Date('2021-12-15T18:00-06:00'),
0 commit comments