From e6460e45d2f61edcb7f9b4c348723384e4c15b8d Mon Sep 17 00:00:00 2001 From: "gpt-engineer-app[bot]" <159125892+gpt-engineer-app[bot]@users.noreply.github.com> Date: Sat, 18 Apr 2026 01:58:41 +0000 Subject: [PATCH 1/2] Changes Co-authored-by: renee-png <262607627+renee-png@users.noreply.github.com> --- src/routes/forms.index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() { From b103d1df2148564210a75a1409b55afa16d5616a Mon Sep 17 00:00:00 2001 From: "gpt-engineer-app[bot]" <159125892+gpt-engineer-app[bot]@users.noreply.github.com> Date: Sat, 18 Apr 2026 01:58:48 +0000 Subject: [PATCH 2/2] Changes Co-authored-by: renee-png <262607627+renee-png@users.noreply.github.com> --- src/components/app-shell.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 },