remove beta tag for clients

This commit is contained in:
miloschwartz
2026-01-19 20:10:30 -08:00
parent 1a36cd0317
commit e8a8b3f664

View File

@@ -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",