chore: crucible and path tracer UI sync
Some checks failed
CI Docker Mining Proof / Linux agent hashrate proof (push) Has been cancelled

This commit is contained in:
AetherForge
2026-06-06 16:58:13 -07:00
parent 472f0d4413
commit f1cee99660
2 changed files with 17 additions and 13 deletions

View File

@@ -212,14 +212,15 @@ export default function PathTracerPage() {
return (
<div className="pathtrace-page operator-deck-page">
{/* Header */}
<div className="pt-header">
<div>
<div className="pt-title"> Path Tracer <HelpTip field="pt_path_tracer" /></div>
<header className="deck-hero">
<div className="deck-hero-text">
<p className="deck-eyebrow font-tech">NETWORK OPS · WIREGUARD</p>
<h1 className="pt-title"> Path Tracer <HelpTip field="pt_path_tracer" /></h1>
<div className="pt-subtitle">
Build an on-demand multi-hop WireGuard VPN select up to 3 agents, click TRACE.
</div>
</div>
</div>
</header>
{error && <div className="pt-error-banner"> {error}</div>}