Skip to content

Commit

Permalink
Update sessions.ts (#271)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeherron authored Apr 23, 2024
1 parent 93cd1d5 commit 2dc585c
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/data/sessions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,15 @@ export const SESSIONS: Session[] = [
eventbriteIFrameLink:
'//eventbrite.com/tickets-external?eid=887879931777&ref=ccweb',
},
{
date: '2024-06-08',
time: '4-8pm',
name: 'Coding & Cocktails: The Toast | APIs',
eventbriteLink:
'https://www.eventbrite.com/e/coding-cocktails-the-toast-apis-tickets-888472393847',
eventbriteIFrameLink:
'//eventbrite.com/tickets-external?eid=888472393847&ref=ccweb',
},
];

// Month to display for upcoming session. Use 7 for July, 8 for Aug, etc
Expand Down

0 comments on commit 2dc585c

Please sign in to comment.