From df26299bdf5be7611432a809777331304e16eab7 Mon Sep 17 00:00:00 2001 From: francy51 Date: Thu, 12 Mar 2026 15:47:22 -0400 Subject: [PATCH] Hide sidebar branding when collapsed --- components/shell/app-shell.tsx | 28 +++++++++------------------- 1 file changed, 9 insertions(+), 19 deletions(-) diff --git a/components/shell/app-shell.tsx b/components/shell/app-shell.tsx index 2f6bce3..80dadd7 100644 --- a/components/shell/app-shell.tsx +++ b/components/shell/app-shell.tsx @@ -475,25 +475,15 @@ export function AppShell({ title, subtitle, actions, activeTicker, breadcrumbs, )} >
-
- {isSidebarCollapsed ? ( -
- FC -
- ) : ( - <> -

Fiscal Clone

-

Neon Desk

-

- Financial intelligence cockpit with durable AI workflows. -

- - )} -
+ {!isSidebarCollapsed ? ( +
+

Fiscal Clone

+

Neon Desk

+

+ Financial intelligence cockpit with durable AI workflows. +

+
+ ) : null}