Skip to content

Commit

Permalink
Update sessions.ts (#273)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeherron authored May 5, 2024
1 parent 25773d2 commit 0565144
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/data/sessions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ export const SESSIONS: Session[] = [
'//eventbrite.com/tickets-external?eid=862499748967&ref=ccweb',
},
{
date: '2024-05-11',
date: '2024-06-08',
time: '4-8pm',
name: 'Coding & Cocktails: Top Shelf | Advanced Javascript ES6',
eventbriteLink:
Expand All @@ -77,7 +77,7 @@ export const SESSIONS: Session[] = [
'//eventbrite.com/tickets-external?eid=887879931777&ref=ccweb',
},
{
date: '2024-06-08',
date: '2024-07-13',
time: '4-8pm',
name: 'Coding & Cocktails: The Toast | APIs',
eventbriteLink:
Expand All @@ -88,4 +88,4 @@ export const SESSIONS: Session[] = [
];

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

0 comments on commit 0565144

Please sign in to comment.