From b8a862a102c8d62ac3ac7d8c2176fe5c31d3de13 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:11:26 +0000 Subject: [PATCH] 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 da0c777..f5e88da 100644 --- a/src/components/app-shell.tsx +++ b/src/components/app-shell.tsx @@ -27,7 +27,7 @@ const NAV: NavItem[] = [ { to: "/inbox", label: "Inbox", icon: InboxIcon }, { to: "/status", label: "Status Updates", icon: Activity }, { to: "/collections", label: "Collections", icon: DollarSign }, - { to: "/documents", label: "Documents", icon: FolderOpen }, + { to: "/documents", label: "Pleadings", icon: FolderOpen }, { to: "/files", label: "Files", icon: FilesIcon }, { to: "/forms", label: "Forms & Letters", icon: ClipboardList }, { to: "/invoices", label: "Invoices", icon: Receipt },