Skip to content

Commit

Permalink
Update sessions.ts (#279)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeherron authored Aug 31, 2024
1 parent b3e0fef commit eb5e9e4
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion src/data/sessions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;

0 comments on commit eb5e9e4

Please sign in to comment.