Changes
Co-authored-by: renee-png <262607627+renee-png@users.noreply.github.com>
This commit is contained in:
co-authored by
renee-png
parent
0264bc8ce4
commit
ecb2cd8083
@@ -16,6 +16,7 @@ import {
|
||||
FileSignature,
|
||||
FolderArchive,
|
||||
ClipboardList,
|
||||
Contact,
|
||||
} from "lucide-react";
|
||||
import { cn } from "@/lib/utils";
|
||||
import type { ReactNode } from "react";
|
||||
@@ -31,6 +32,7 @@ const NAV: NavItem[] = [
|
||||
{ to: "/", label: "Dashboard", icon: LayoutDashboard },
|
||||
{ to: "/clients", label: "Clients", icon: Users },
|
||||
{ to: "/cases", label: "Cases", icon: Briefcase },
|
||||
{ to: "/contacts", label: "Contacts", icon: Contact },
|
||||
{ to: "/status", label: "Status Updates", icon: ClipboardList },
|
||||
{ to: "/collections", label: "Collections", icon: Wallet },
|
||||
{ to: "/documents", label: "Documents", icon: FileSignature },
|
||||
|
||||
Reference in New Issue
Block a user