Co-authored-by: renee-png <262607627+renee-png@users.noreply.github.com>
This commit is contained in:
gpt-engineer-app[bot]
2026-04-19 17:55:17 +00:00
co-authored by renee-png
parent eaa036ab98
commit 1c717e82fc
+2
View File
@@ -22,6 +22,7 @@ import {
User as UserIcon,
Inbox as InboxIcon,
CreditCard,
Archive as ArchiveIcon,
} from "lucide-react";
import { cn } from "@/lib/utils";
import type { ReactNode } from "react";
@@ -43,6 +44,7 @@ const NAV: NavItem[] = (() => {
const dashboard: NavItem = { to: "/", label: "Dashboard", icon: LayoutDashboard };
const rest: NavItem[] = [
{ to: "/admin/users", label: "Users", icon: ShieldCheck, adminOnly: true },
{ to: "/archive", label: "Archive", icon: ArchiveIcon },
{ to: "/calendar", label: "Calendar", icon: CalendarIcon },
{ to: "/cases", label: "Cases", icon: Briefcase },
{ to: "/clients", label: "Clients", icon: Users },