diff --git a/src/components/CommandMenu.tsx b/src/components/CommandMenu.tsx index eb0cfe03..d5486e86 100644 --- a/src/components/CommandMenu.tsx +++ b/src/components/CommandMenu.tsx @@ -87,11 +87,11 @@ export function CommandMenu({ open, onOpenChange }: t.CommandMenuProps) { label={localize('com_nav_grants')} onSelect={() => navigateTo('/grants')} /> - navigateTo('/help')} - /> + /> */} diff --git a/src/components/dashboard/DashboardPage.tsx b/src/components/dashboard/DashboardPage.tsx index 36507312..0a971a7d 100644 --- a/src/components/dashboard/DashboardPage.tsx +++ b/src/components/dashboard/DashboardPage.tsx @@ -26,12 +26,12 @@ const QUICK_LINKS: (t.NavItem & { descKey: string })[] = [ icon: 'lock', descKey: 'com_dash_grants_desc', }, - { - labelKey: 'com_nav_help', - path: '/help', - icon: 'question', - descKey: 'com_dash_help_desc', - }, + // { + // labelKey: 'com_nav_help', + // path: '/help', + // icon: 'question', + // descKey: 'com_dash_help_desc', + // }, ]; export function DashboardPage() { diff --git a/src/locales/en/translation.json b/src/locales/en/translation.json index 0dd70ab4..206bbc79 100644 --- a/src/locales/en/translation.json +++ b/src/locales/en/translation.json @@ -1002,7 +1002,7 @@ "com_dash_grants_desc": "Control which capabilities each role has access to, from reading configs to managing users.", "com_dash_help_desc": "Links to documentation, community resources, and support channels to help you get the most out of Jarvis Chat.", "com_dash_nav_tips": "Getting around", - "com_dash_tip_sidebar": "The sidebar gives you access to every page: Configuration, Access, Grants, and Help. Toggle it open to see labels or collapse it down to just icons.", + "com_dash_tip_sidebar": "The sidebar gives you access to every page: Configuration, Access, and Grants. Toggle it open to see labels or collapse it down to just icons.", "com_dash_tip_cmdk": "The command menu lets you search for and jump to any page, configuration section, or config tab. You can also switch between light, dark, and system themes within the menu.", "com_grants_title": "System grants", "com_grants_subtitle": "Manage system-level capabilities by role",