Co-authored-by: renee-png <262607627+renee-png@users.noreply.github.com>
This commit is contained in:
gpt-engineer-app[bot]
2026-04-26 08:15:01 +00:00
co-authored by renee-png
parent d14b0cff42
commit f0ec108548
2 changed files with 23 additions and 0 deletions
+2
View File
@@ -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 },