mirror of
https://github.com/iamlukethedev/Claw3D.git
synced 2026-07-30 11:12:32 +00:00
minor fix
This commit is contained in:
@@ -5100,7 +5100,7 @@ export function OfficeScreen({
|
||||
{showOpenClawConsole ? (
|
||||
<section className="pointer-events-auto fixed bottom-3 left-3 z-30 flex w-[520px] max-w-[calc(100vw-1.5rem)] flex-col overflow-hidden rounded border border-cyan-500/25 bg-black/78 shadow-2xl backdrop-blur">
|
||||
<div className="flex items-center justify-between border-b border-cyan-500/15 px-3 py-2 font-mono text-[11px] uppercase tracking-[0.18em] text-cyan-200/80">
|
||||
<span>OpenClaw Event Console</span>
|
||||
<span>Agent Event Console</span>
|
||||
<div className="flex items-center gap-2">
|
||||
<span className="text-[10px] text-cyan-100/45">
|
||||
agents {state.agents.length} | events{" "}
|
||||
|
||||
Reference in New Issue
Block a user