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}