Changes
Co-authored-by: renee-png <262607627+renee-png@users.noreply.github.com>
This commit is contained in:
co-authored by
renee-png
parent
eaa036ab98
commit
1c717e82fc
@@ -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 },
|
||||
|
||||
Reference in New Issue
Block a user