From 34c7d0ce116ea361a5c2d0d8257d72b5624f4ce7 Mon Sep 17 00:00:00 2001 From: Jerome Fitzgerald Date: Mon, 22 Jul 2024 21:05:10 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=A9=B9=20=20(events)=20barbara,=20a=20mot?= =?UTF-8?q?her:=20comedy=20bingo=20[b]=20(#2669)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit _Would_ be good to get this more dynamic to not have to do these one-offs, heh. --- .../jeromefitzgerald.com/src/store/index.tsx | 28 +++---------------- 1 file changed, 4 insertions(+), 24 deletions(-) diff --git a/sites/jeromefitzgerald.com/src/store/index.tsx b/sites/jeromefitzgerald.com/src/store/index.tsx index c089c1445..0b93de3c3 100644 --- a/sites/jeromefitzgerald.com/src/store/index.tsx +++ b/sites/jeromefitzgerald.com/src/store/index.tsx @@ -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: '', }, ],