feat(ui): add CMPA agent dashboard link to header
All checks were successful
Build & Deploy / build-and-deploy (push) Successful in 32s

Adds a "ניהול סוכנים" link on the opposite side of the "עוזר משפטי"
title in the app shell header. Opens the Paperclip CMPA dashboard
(pc.nautilus.marcusgroup.org/CMPA/dashboard) in a new tab for quick
cross-tool navigation between the legal-ai workspace and agent ops.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-05-03 17:24:02 +00:00
parent 923903217c
commit 6c727cb5d0

View File

@@ -90,6 +90,18 @@ export function AppShell({ children }: { children: ReactNode }) {
);
})}
</nav>
<a
href="https://pc.nautilus.marcusgroup.org/CMPA/dashboard"
target="_blank"
rel="noreferrer noopener"
className="flex items-baseline gap-2 px-3 py-1.5 rounded transition-colors text-parchment/80 hover:text-parchment hover:bg-navy-soft/60"
>
<span className="font-display text-[1.45rem] font-bold tracking-[0.02em] text-parchment">
ניהול סוכנים
</span>
<span className="text-gold-soft text-sm font-medium">CMPA</span>
</a>
</header>
<main