From 9b860a6cce173dac35851dd783b1cce3ec8bc85d Mon Sep 17 00:00:00 2001 From: Brian Mitchell Date: Tue, 23 Jun 2026 13:52:44 -0500 Subject: [PATCH] Add June 2026 event --- src/globals/events.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/globals/events.js b/src/globals/events.js index 74ab6de..2105e3d 100644 --- a/src/globals/events.js +++ b/src/globals/events.js @@ -12,6 +12,12 @@ * @type {JSMNEvent[]} */ module.exports = [ + { + title: "June Event: Open Floor Show/Tell and Discussion", + date: new Date("2026-06-24T18:00-05:00"), + link: "https://www.meetup.com/javascriptmn/events/315110630/", + location: "Virtual", + }, { title: "May Event: Open Floor Show/Tell and Discussion", date: new Date("2026-05-27T18:00-05:00"),