From fd843cb0b0eab2065cd0daedf27e009885eb222c Mon Sep 17 00:00:00 2001 From: JManion32 Date: Fri, 17 Apr 2026 10:37:00 -0400 Subject: [PATCH] Lowercase hotkey binds --- src/shared/data/content.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/shared/data/content.ts b/src/shared/data/content.ts index e1ed34a..99bcd60 100644 --- a/src/shared/data/content.ts +++ b/src/shared/data/content.ts @@ -29,10 +29,10 @@ export const navItems: NavItem[] = [ ] export const appNavItems: NavItem[] = [ - { label: 'profile', href: '#profile', title: 'Profile (P)' }, - { label: 'home', href: '#home', title: 'Home (H)' }, - { label: 'events', href: '#events', title: 'Events (E)' }, - { label: 'orgs', href: '#orgs', title: 'Organizations (O)' }, + { label: 'profile', href: '#profile', title: 'Profile (p)' }, + { label: 'home', href: '#home', title: 'Home (h)' }, + { label: 'events', href: '#events', title: 'Events (e)' }, + { label: 'orgs', href: '#orgs', title: 'Organizations (o)' }, ] export const primaryCards: FeatureCardModel[] = [