From 330f2f9e23a200a0e5bfb862b333b25dda1bdc52 Mon Sep 17 00:00:00 2001 From: Austin Pickett Date: Tue, 19 May 2026 16:51:18 -0400 Subject: [PATCH] fix(web): restore Mondwest brand wordmark without Typography Replace Typography on Hermes Agent labels with a plain span using font-mondwest + uppercase (matching main via shell inheritance). Typography was injecting font-sans and fighting font-mondwest; text-display was not the pre-refactor brand style. Co-authored-by: Cursor --- web/src/App.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/web/src/App.tsx b/web/src/App.tsx index 78cc4a2930..9bfbce5637 100644 --- a/web/src/App.tsx +++ b/web/src/App.tsx @@ -447,12 +447,12 @@ export default function App() { - {t.app.brand} - + {mobileOpen && ( @@ -497,14 +497,14 @@ export default function App() {
- Hermes
Agent -
+