Skip to content

Commit 55c1aaa

Browse files
authored
Update sessions.ts (#280)
1 parent eb5e9e4 commit 55c1aaa

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

src/data/sessions.ts

+11-1
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,17 @@ export const SESSIONS: Session[] = [
101101
eventbriteIFrameLink:
102102
'//eventbrite.com/tickets-external?eid=986762462087&ref=ccweb',
103103
},
104+
105+
{
106+
date: '2024-10-19',
107+
time: '4-8pm',
108+
name: 'Coding & Cocktails: The Garnish | Intro to Javascript',
109+
eventbriteLink:
110+
'https://www.eventbrite.com/e/coding-cocktails-the-liquor-intro-to-javascript-tickets-1016834087127',
111+
eventbriteIFrameLink:
112+
'//eventbrite.com/tickets-external?eid=1016834087127&ref=ccweb',
113+
},
104114
];
105115

106116
// Month to display for upcoming session. Use 7 for July, 8 for Aug, etc
107-
export const UPCOMING_SESSION_MONTH = 5 + 1;
117+
export const UPCOMING_SESSION_MONTH = 6 + 1;

0 commit comments

Comments
 (0)