Changes
Co-authored-by: renee-png <262607627+renee-png@users.noreply.github.com>
This commit is contained in:
co-authored by
renee-png
parent
d14b0cff42
commit
f0ec108548
@@ -24,6 +24,7 @@ import {
|
||||
CreditCard,
|
||||
Archive as ArchiveIcon,
|
||||
BarChart3,
|
||||
CalendarClock,
|
||||
} from "lucide-react";
|
||||
import { cn } from "@/lib/utils";
|
||||
import type { ReactNode } from "react";
|
||||
@@ -56,6 +57,7 @@ const NAV: NavItem[] = (() => {
|
||||
{ to: "/invoices", label: "Invoices", icon: Receipt },
|
||||
{ to: "/messages", label: "Messages", icon: MessageSquare },
|
||||
{ to: "/payments", label: "Payments", icon: CreditCard },
|
||||
{ to: "/payment-plans", label: "Payment plans", icon: CalendarClock },
|
||||
{ to: "/documents", label: "Pleadings", icon: FolderOpen },
|
||||
{ to: "/reports", label: "Reports", icon: BarChart3 },
|
||||
{ to: "/status", label: "Status Updates", icon: Activity },
|
||||
|
||||
Reference in New Issue
Block a user