From 17c195866a17053e31af69422ce8f27b22be85a9 Mon Sep 17 00:00:00 2001 From: Brian Mitchell Date: Tue, 28 Jul 2026 15:44:33 -0500 Subject: [PATCH] Add July 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 2105e3d..4745c9c 100644 --- a/src/globals/events.js +++ b/src/globals/events.js @@ -12,6 +12,12 @@ * @type {JSMNEvent[]} */ module.exports = [ + { + title: "July Event: Open Floor Show/Tell and Discussion", + date: new Date("2026-07-29T18:00-05:00"), + link: "https://www.meetup.com/javascriptmn/events/315423635/", + location: "Virtual", + }, { title: "June Event: Open Floor Show/Tell and Discussion", date: new Date("2026-06-24T18:00-05:00"),