Skip to content

Commit 9b51f8e

Browse files
committed
Add June and July 2024 events
1 parent 1db16c2 commit 9b51f8e

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

src/globals/events.js

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,18 @@
1212
* @type {JSMNEvent[]}
1313
*/
1414
module.exports = [
15+
{
16+
title: "July Event: Open Floor Show/Tell and Discussion",
17+
date: new Date("2024-07-31T18:00-05:00"),
18+
link: "https://www.meetup.com/javascriptmn/events/298926936/",
19+
location: "Virtual",
20+
},
21+
{
22+
title: "June Event: Open Floor Show/Tell and Discussion",
23+
date: new Date("2024-06-26T18:00-05:00"),
24+
link: "https://www.meetup.com/javascriptmn/events/298926934/",
25+
location: "Virtual",
26+
},
1527
{
1628
title: "May Event: Open Floor Show/Tell and Discussion",
1729
date: new Date("2024-05-29T18:00-05:00"),

0 commit comments

Comments
 (0)