diff --git a/src/components/app-shell.tsx b/src/components/app-shell.tsx index d6297f2..5c30484 100644 --- a/src/components/app-shell.tsx +++ b/src/components/app-shell.tsx @@ -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 }, diff --git a/src/routes/forms.index.tsx b/src/routes/forms.index.tsx index faaa966..e4a3137 100644 --- a/src/routes/forms.index.tsx +++ b/src/routes/forms.index.tsx @@ -20,7 +20,7 @@ function FormsPage() {