small clients ui tweaks

This commit is contained in:
miloschwartz
2025-04-20 16:49:48 -04:00
parent f960fb7d67
commit fa6fc9e80d
25 changed files with 215 additions and 377 deletions

View File

@@ -6,7 +6,8 @@ import {
Link as LinkIcon,
Waypoints,
Combine,
Fingerprint
Fingerprint,
Workflow
} from "lucide-react";
export const rootNavItems: SidebarNavItem[] = [
@@ -28,6 +29,11 @@ export const orgNavItems: SidebarNavItem[] = [
href: "/{orgId}/settings/resources",
icon: <Waypoints className="h-4 w-4" />
},
{
title: "Clients",
href: "/{orgId}/settings/clients",
icon: <Workflow className="h-4 w-4" />
},
{
title: "Access Control",
href: "/{orgId}/settings/access",