mirror of
https://github.com/fosrl/pangolin.git
synced 2026-07-14 01:31:50 +02:00
command palette tweaks
This commit is contained in:
+12
-1
@@ -15,6 +15,7 @@ import {
|
||||
GlobeLock,
|
||||
KeyRound,
|
||||
Laptop,
|
||||
LayoutGrid,
|
||||
Link as LinkIcon,
|
||||
Logs,
|
||||
MonitorUp,
|
||||
@@ -49,7 +50,7 @@ export const orgLangingNavItems: SidebarNavItem[] = [
|
||||
{
|
||||
title: "sidebarAccount",
|
||||
href: "/{orgId}",
|
||||
icon: <User className="size-4 flex-none" />
|
||||
icon: <LayoutGrid className="size-4 flex-none" />
|
||||
}
|
||||
];
|
||||
|
||||
@@ -360,6 +361,16 @@ export const commandBarNavSections = (
|
||||
env?: Env,
|
||||
options?: OrgNavSectionsOptions
|
||||
): CommandBarNavSection[] => [
|
||||
{
|
||||
heading: "commandLauncher",
|
||||
items: [
|
||||
{
|
||||
title: "commandResourceLauncher",
|
||||
href: "/{orgId}",
|
||||
icon: <LayoutGrid className="size-4 flex-none" />
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
heading: "network",
|
||||
items: [
|
||||
|
||||
Reference in New Issue
Block a user