mirror of
https://github.com/fosrl/pangolin.git
synced 2026-02-28 15:56:39 +00:00
remove beta tag for clients
This commit is contained in:
@@ -61,15 +61,13 @@ export const orgNavSections = (env?: Env): SidebarNavSection[] => [
|
|||||||
{
|
{
|
||||||
title: "sidebarClientResources",
|
title: "sidebarClientResources",
|
||||||
href: "/{orgId}/settings/resources/client",
|
href: "/{orgId}/settings/resources/client",
|
||||||
icon: <GlobeLock className="size-4 flex-none" />,
|
icon: <GlobeLock className="size-4 flex-none" />
|
||||||
isBeta: true
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "sidebarClients",
|
title: "sidebarClients",
|
||||||
icon: <MonitorUp className="size-4 flex-none" />,
|
icon: <MonitorUp className="size-4 flex-none" />,
|
||||||
isBeta: true,
|
|
||||||
items: [
|
items: [
|
||||||
{
|
{
|
||||||
href: "/{orgId}/settings/clients/user",
|
href: "/{orgId}/settings/clients/user",
|
||||||
|
|||||||
Reference in New Issue
Block a user