Skip to content

Commit

Permalink
🩹 (events) barbara, a mother: comedy bingo [b] (#2669)
Browse files Browse the repository at this point in the history
_Would_ be good to get this more dynamic to not have to do these one-offs, heh.
  • Loading branch information
JeromeFitz authored Jul 23, 2024
1 parent 1f33ce8 commit 34c7d0c
Showing 1 changed file with 4 additions and 24 deletions.
28 changes: 4 additions & 24 deletions sites/jeromefitzgerald.com/src/store/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -203,33 +203,13 @@ const getDefaultInitialStateStoreMenu = () => ({
titleDescription: 'Including recent past events.',
},
{
href: '/events/2024/07/13/arcade-hootenanny',
href: '/events/2024/08/09/barbara-a-mother-comedy-bingo',
icon: TicketIcon,
id: '2024/07/13/arcade-hootenanny',
id: '2024/08/09/barbara-a-mother-comedy-bingo',
isActive: true,
isActiveMobile: true,
keywords: ['arcade', 'hootenanny', 'improv'],
title: 'Arcade Hootenanny: SAT 07/13',
titleDescription: '',
},
{
href: '/events/2024/07/18/sketch-lab-report-vol-1',
icon: TicketIcon,
id: '2024/07/18/sketch-lab-report-vol-1',
isActive: true,
isActiveMobile: true,
keywords: ['sketch', 'comedy', 'lab'],
title: 'Sketch Lab Report Vol. 1: THU 07/18',
titleDescription: '',
},
{
href: '/events/2024/07/19/sketch-lab-report-vol-1',
icon: TicketIcon,
id: '2024/07/19/sketch-lab-report-vol-1',
isActive: true,
isActiveMobile: true,
keywords: ['sketch', 'comedy', 'lab'],
title: 'Sketch Lab Report Vol. 1: FRI 07/19',
keywords: ['barbara', 'mother', 'comedy', 'bingo'],
title: 'Comedy Bingo: FRI 08/09',
titleDescription: '',
},
],
Expand Down

0 comments on commit 34c7d0c

Please sign in to comment.