simplify sidebar titles

This commit is contained in:
miloschwartz
2025-12-05 17:33:30 -05:00
parent bb1472d25c
commit 26e49ca39d
2 changed files with 12 additions and 11 deletions

View File

@@ -60,7 +60,8 @@ export const orgNavSections = (): SidebarNavSection[] => [
{
title: "sidebarClientResources",
href: "/{orgId}/settings/resources/client",
icon: <GlobeLock className="size-4 flex-none" />
icon: <GlobeLock className="size-4 flex-none" />,
isBeta: true
}
]
},
@@ -104,7 +105,7 @@ export const orgNavSections = (): SidebarNavSection[] => [
]
},
{
heading: "accessControls",
heading: "access",
items: [
{
title: "sidebarUsers",