Hide sidebar branding when collapsed
This commit is contained in:
@@ -475,25 +475,15 @@ export function AppShell({ title, subtitle, actions, activeTicker, breadcrumbs,
|
|||||||
)}
|
)}
|
||||||
>
|
>
|
||||||
<div className={cn('flex items-start gap-3', isSidebarCollapsed ? 'justify-center' : 'justify-between')}>
|
<div className={cn('flex items-start gap-3', isSidebarCollapsed ? 'justify-center' : 'justify-between')}>
|
||||||
<div className={cn('min-w-0', isSidebarCollapsed && 'flex items-center justify-center')}>
|
{!isSidebarCollapsed ? (
|
||||||
{isSidebarCollapsed ? (
|
<div className="min-w-0">
|
||||||
<div
|
<p className="terminal-caption text-xs uppercase tracking-[0.25em] text-[color:var(--terminal-muted)]">Fiscal Clone</p>
|
||||||
className="flex size-11 items-center justify-center rounded-2xl border border-[color:var(--line-strong)] bg-[color:var(--panel-bright)] text-sm font-semibold tracking-[0.18em] text-[color:var(--terminal-bright)]"
|
<h1 className="mt-2 text-2xl font-semibold text-[color:var(--terminal-bright)]">Neon Desk</h1>
|
||||||
aria-label="Fiscal Clone"
|
<p className="mt-2 text-sm text-[color:var(--terminal-muted)]">
|
||||||
title="Fiscal Clone"
|
Financial intelligence cockpit with durable AI workflows.
|
||||||
>
|
</p>
|
||||||
FC
|
</div>
|
||||||
</div>
|
) : null}
|
||||||
) : (
|
|
||||||
<>
|
|
||||||
<p className="terminal-caption text-xs uppercase tracking-[0.25em] text-[color:var(--terminal-muted)]">Fiscal Clone</p>
|
|
||||||
<h1 className="mt-2 text-2xl font-semibold text-[color:var(--terminal-bright)]">Neon Desk</h1>
|
|
||||||
<p className="mt-2 text-sm text-[color:var(--terminal-muted)]">
|
|
||||||
Financial intelligence cockpit with durable AI workflows.
|
|
||||||
</p>
|
|
||||||
</>
|
|
||||||
)}
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<Button
|
<Button
|
||||||
type="button"
|
type="button"
|
||||||
|
|||||||
Reference in New Issue
Block a user