From b776ec33810bf33d3515870d7acc430308d345d3 Mon Sep 17 00:00:00 2001 From: jason Date: Sat, 14 Mar 2026 17:09:38 -0500 Subject: [PATCH] ui cleanup --- client/src/components/AppShell.tsx | 12 ++++++------ client/src/modules/crm/CrmContactEntryForm.tsx | 8 ++++---- client/src/modules/crm/CrmDetailPage.tsx | 18 +++++++++--------- client/src/modules/crm/CrmFormPage.tsx | 8 ++++---- client/src/modules/crm/CrmRecordForm.tsx | 2 +- .../modules/settings/CompanySettingsPage.tsx | 14 +++++++------- 6 files changed, 31 insertions(+), 31 deletions(-) diff --git a/client/src/components/AppShell.tsx b/client/src/components/AppShell.tsx index c371d16..ff9dfb4 100644 --- a/client/src/components/AppShell.tsx +++ b/client/src/components/AppShell.tsx @@ -15,15 +15,15 @@ export function AppShell() { const { user, logout } = useAuth(); return ( -
-
-