Renamed Forms & Letters to Forms

X-Lovable-Edit-ID: edt-7a1a970b-e42a-47a1-8875-cf589715eae5
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:54 +00:00
co-authored by renee-png
2 changed files with 2 additions and 2 deletions
+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 },
+1 -1
View File
@@ -20,7 +20,7 @@ function FormsPage() {
<ProtectedLayout>
<PageContainer>
<PageHeader
title="Forms & Letters"
title="Forms"
description="Generate notices, letters, and statutory forms wired to your clients and homeowners."
/>
<Tabs value={tab} onValueChange={setTab}>