Co-authored-by: renee-png <262607627+renee-png@users.noreply.github.com>
This commit is contained in:
gpt-engineer-app[bot]
2026-04-18 01:58:48 +00:00
co-authored by renee-png
parent e6460e45d2
commit b103d1df21
+1 -1
View File
@@ -50,7 +50,7 @@ const NAV: NavItem[] = [
{ to: "/collections", label: "Collections", icon: DollarSign },
{ to: "/documents", label: "Pleadings", icon: FolderOpen },
{ to: "/files", label: "Files", icon: FilesIcon },
{ to: "/forms", label: "Forms & Letters", icon: ClipboardList },
{ to: "/forms", label: "Forms", icon: ClipboardList },
{ to: "/invoices", label: "Invoices", icon: Receipt },
{ to: "/settings", label: "Settings", icon: SettingsIcon },
{ to: "/admin/users", label: "Users", icon: ShieldCheck, adminOnly: true },