Skip to content
Merged
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
4 changes: 2 additions & 2 deletions src/components/CommandMenu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -87,11 +87,11 @@ export function CommandMenu({ open, onOpenChange }: t.CommandMenuProps) {
label={localize('com_nav_grants')}
onSelect={() => navigateTo('/grants')}
/>
<CommandItem
{/* <CommandItem
icon="question"
label={localize('com_nav_help')}
onSelect={() => navigateTo('/help')}
/>
/> */}
</Command.Group>

<Command.Group heading={localize('com_cmdk_group_tabs')} className="cmdk-group">
Expand Down
12 changes: 6 additions & 6 deletions src/components/dashboard/DashboardPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down
2 changes: 1 addition & 1 deletion src/locales/en/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down