Fix Agent Command Center - exact BMHQ layout with white cards
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user