Fix Agent Command Center - exact BMHQ layout with white cards

This commit is contained in:
Horus
2026-02-27 17:39:07 +01:00
parent a0073401f5
commit ab60c25f36
5 changed files with 456 additions and 442 deletions
+1 -1
View File
@@ -148,7 +148,7 @@ export default function Council() {
{/* Open Agent Command Center */}
<button
onClick={() => router.push(`/agent/${agent.id}`)}
onClick={() => router.push(`/mission-control/agent/${agent.id}`)}
className="w-full mb-3 px-3 py-2 bg-white/10 hover:bg-white/20 border border-white/20 rounded-lg text-sm text-center transition"
>
🧑‍💼 Open {agent.name} Command Center