Changes
Co-authored-by: renee-png <262607627+renee-png@users.noreply.github.com>
This commit is contained in:
co-authored by
renee-png
parent
417068af7d
commit
29b1ef6e5f
@@ -22,6 +22,7 @@ import {
|
||||
UserPlus,
|
||||
User as UserIcon,
|
||||
Inbox as InboxIcon,
|
||||
CreditCard,
|
||||
} from "lucide-react";
|
||||
import { cn } from "@/lib/utils";
|
||||
import type { ReactNode } from "react";
|
||||
@@ -50,6 +51,7 @@ const NAV: NavItem[] = [
|
||||
{ to: "/inbox", label: "Inbox", icon: InboxIcon },
|
||||
{ to: "/invoices", label: "Invoices", icon: Receipt },
|
||||
{ to: "/messages", label: "Messages", icon: MessageSquare },
|
||||
{ to: "/payments", label: "Payments", icon: CreditCard },
|
||||
{ to: "/documents", label: "Pleadings", icon: FolderOpen },
|
||||
{ to: "/settings", label: "Settings", icon: SettingsIcon },
|
||||
{ to: "/status", label: "Status Updates", icon: Activity },
|
||||
|
||||
Reference in New Issue
Block a user