mirror of
https://github.com/fosrl/pangolin.git
synced 2026-05-17 06:24:32 +00:00
Reorder sidebar
This commit is contained in:
@@ -213,9 +213,9 @@ export const orgNavSections = (
|
|||||||
icon: <Building2 className="size-4 flex-none" />,
|
icon: <Building2 className="size-4 flex-none" />,
|
||||||
items: [
|
items: [
|
||||||
{
|
{
|
||||||
title: "sidebarApiKeys",
|
title: "sidebarAlerting",
|
||||||
href: "/{orgId}/settings/api-keys",
|
href: "/{orgId}/settings/alerting",
|
||||||
icon: <KeyRound className="size-4 flex-none" />
|
icon: <BellRing className="size-4 flex-none" />
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "sidebarProvisioning",
|
title: "sidebarProvisioning",
|
||||||
@@ -228,9 +228,9 @@ export const orgNavSections = (
|
|||||||
icon: <ReceiptText className="size-4 flex-none" />
|
icon: <ReceiptText className="size-4 flex-none" />
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "sidebarAlerting",
|
title: "sidebarApiKeys",
|
||||||
href: "/{orgId}/settings/alerting",
|
href: "/{orgId}/settings/api-keys",
|
||||||
icon: <BellRing className="size-4 flex-none" />
|
icon: <KeyRound className="size-4 flex-none" />
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user