Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🩹 20250111 [b] #3141

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading