From eb5e9e468ca7b6ca4febffd5529b73fd47d4f561 Mon Sep 17 00:00:00 2001 From: Alex Herron <113468236+alexeherron@users.noreply.github.com> Date: Sat, 31 Aug 2024 11:08:49 -0500 Subject: [PATCH] Update sessions.ts (#279) --- src/data/sessions.ts | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/src/data/sessions.ts b/src/data/sessions.ts index b5f7ab4..46b3179 100644 --- a/src/data/sessions.ts +++ b/src/data/sessions.ts @@ -92,7 +92,16 @@ export const SESSIONS: Session[] = [ eventbriteIFrameLink: '//eventbrite.com/tickets-external?eid=888472393847&ref=ccweb', }, + { + date: '2024-09-14', + time: '4-8pm', + name: 'Coding & Cocktails: The Garnish | Intro to CSS', + eventbriteLink: + 'https://www.eventbrite.com/e/coding-cocktails-the-garnish-introduction-to-css-tickets-986762462087', + eventbriteIFrameLink: + '//eventbrite.com/tickets-external?eid=986762462087&ref=ccweb', + }, ]; // Month to display for upcoming session. Use 7 for July, 8 for Aug, etc -export const UPCOMING_SESSION_MONTH = 4 + 1; +export const UPCOMING_SESSION_MONTH = 5 + 1;