feat: cockpit

This commit is contained in:
OpenSquared
2026-07-24 11:46:37 +02:00
parent ae732c5822
commit 35a00f43c3
6 changed files with 201 additions and 13 deletions

View File

@@ -482,15 +482,6 @@ export default function Dashboard() {
</span>
)}
</span>
{catalogId && (
<Link
to={`/instruments/${encodeURIComponent(catalogId)}`}
className="text-slate-600 hover:text-blue-400 shrink-0 transition-colors"
title={`Open ${it.name || it.ticker} in Instrument Analysis`}
>
<ArrowUpRight className="w-3 h-3" />
</Link>
)}
</div>
</div>
)