Skip to content

Commit

Permalink
Update sessions.ts (#260)
Browse files Browse the repository at this point in the history
Looks like it stopped displaying our sessions when I added March.
  • Loading branch information
alexeherron authored Feb 23, 2024
1 parent 2bd6079 commit f81b25e
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions src/data/sessions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@ export const TOPICS: Topic[] = [
'https://kansascitywomenintechnology.github.io/cocktails-worksheets/#/?id=worksheets',
areLinksEnabled: true,
},
// {
// name: 'CSS Basics',
// slidesLink:
// 'https://kansascitywomenintechnology.github.io/CodingCocktailsSlideTemplate/css-series/2023-css.html#/',
// worksheetLink:
// 'https://kansascitywomenintechnology.github.io/cocktails-worksheets/#/?id=worksheets',
// areLinksEnabled: true,
// },
{
name: 'CSS Basics',
slidesLink:
'https://kansascitywomenintechnology.github.io/CodingCocktailsSlideTemplate/css-series/2023-css.html#/',
worksheetLink:
'https://kansascitywomenintechnology.github.io/cocktails-worksheets/#/?id=worksheets',
areLinksEnabled: true,
},
// {
// name: 'Intro to JavaScript',
// slidesLink:
Expand Down Expand Up @@ -61,4 +61,4 @@ export const SESSIONS: Session[] = [
];

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

0 comments on commit f81b25e

Please sign in to comment.