diff --git a/web/src/App.tsx b/web/src/App.tsx index b2f76808e..d52757c20 100644 --- a/web/src/App.tsx +++ b/web/src/App.tsx @@ -51,7 +51,7 @@ export default function App() { const PageComponent = PAGE_COMPONENTS[page]; return ( -
+
{/* Global grain + warm glow (matches landing page) */}
@@ -59,31 +59,31 @@ export default function App() { {/* ---- Header with grid-border nav ---- */}
- {/* Brand */} -
- - Hermes
Agent + {/* Brand — abbreviated on mobile */} +
+ + Hermes Agent
- {/* Nav grid — Mondwest labels like the landing page nav */} + {/* Nav — icons only on mobile, icon+label on sm+ */} - {/* Version badge */} -
+ {/* Version badge — hidden on mobile */} +
Web UI @@ -102,7 +102,7 @@ export default function App() {
@@ -110,11 +110,11 @@ export default function App() { {/* ---- Footer ---- */}