Skip to content

Commit

Permalink
Update sessions.ts (#270)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeherron authored Apr 23, 2024
1 parent 0a22476 commit 93cd1d5
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 @@ -67,7 +67,16 @@ export const SESSIONS: Session[] = [
eventbriteIFrameLink:
'//eventbrite.com/tickets-external?eid=862499748967&ref=ccweb',
},
{
date: '2024-05-11',
time: '4-8pm',
name: 'Coding & Cocktails: Top Shelf | Advanced Javascript ES6',
eventbriteLink:
'https://www.eventbrite.com/e/coding-cocktails-top-shelf-advanced-javascript-es6-tickets-887879931777',
eventbriteIFrameLink:
'//eventbrite.com/tickets-external?eid=887879931777&ref=ccweb',
},
];

// Month to display for upcoming session. Use 7 for July, 8 for Aug, etc
export const UPCOMING_SESSION_MONTH = 2 + 1;
export const UPCOMING_SESSION_MONTH = 3 + 1;

0 comments on commit 93cd1d5

Please sign in to comment.