Skip to content

Commit

Permalink
🩹 20250111 [b]
Browse files Browse the repository at this point in the history
  • Loading branch information
JeromeFitz committed Jan 9, 2025
1 parent bd4f908 commit b0cd802
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 10 deletions.
1 change: 1 addition & 0 deletions sites/jeromefitzgerald.com/src/app/sitemap.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ const events = [
'2024/12/21/improv-in-development',
'2025/01/04/irony-city',
'2025/01/05/your-act',
'2025/01/11/arcade-hootenanny',
'2025/01/23/sketch-lab-report-vol-1',
'2025/01/24/sketch-lab-report-vol-1',
'2025/01/31/sketch-lab-report-vol-1',
Expand Down
10 changes: 5 additions & 5 deletions sites/jeromefitzgerald.com/src/data/menu.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,13 +69,13 @@ const menus: NavigationMenuItems[] = [
titleDescription: 'Jerome is cooking something up at the moment.',
},
{
href: '/events/2025/01/04/irony-city',
id: '/events/2025/01/04/irony-city',
href: '/events/2025/01/11/arcade-hootenanny',
id: '/events/2025/01/11/arcade-hootenanny',
isActive: true,
isActiveMobileOverride: false,
keywords: ['irony', 'city', 'jerome'],
title: 'Irony City: SAT 01/04',
titleDescription: 'Psst – Jerome is Opening Act. Pass it on.',
keywords: ['arcade', 'hootenanny', 'improv'],
title: 'Arcade Hootenanny: SAT 01/11',
titleDescription: 'Arcade Hootenanny: SAT 01/11',
},
{
href: '/events/2025/01/23/sketch-lab-report-vol-1',
Expand Down
10 changes: 5 additions & 5 deletions sites/jeromefitzgerald.com/src/store/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -215,14 +215,14 @@ const getDefaultInitialStateStoreMenu = () => ({
// titleDescription: '',
// },
{
href: '/events/2025/01/04/irony-city',
href: '/events/2025/01/11/arcade-hootenanny',
icon: TicketIcon,
id: '/events/2025/01/04/irony-city',
id: '/events/2025/01/11/arcade-hootenanny',
isActive: true,
isActiveMobile: true,
keywords: ['irony', 'city', 'jerome'],
title: 'Irony City: SAT 01/04',
titleDescription: 'Psst – Jerome is Opening Act. Pass it on.',
keywords: ['arcade', 'hootenanny', 'improv'],
title: 'Arcade Hootenanny: SAT 01/11',
titleDescription: 'Arcade Hootenanny: SAT 01/11',
},
{
href: '/events/2025/01/23/sketch-lab-report-vol-1',
Expand Down

0 comments on commit b0cd802

Please sign in to comment.