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 <cursoragent@cursor.com>
This commit is contained in:
Austin Pickett
2026-05-19 16:51:18 -04:00
parent 08b9be94d3
commit 330f2f9e23
+6 -6
View File
@@ -447,12 +447,12 @@ export default function App() {
<Menu />
</Button>
<Typography
className="font-mondwest text-display uppercase font-bold text-[0.95rem] leading-[0.95] tracking-[0.05em] text-midground"
<span
className="font-mondwest uppercase font-bold text-[0.95rem] leading-[0.95] tracking-[0.05em] text-midground blend-lighter"
style={{ mixBlendMode: "plus-lighter" }}
>
{t.app.brand}
</Typography>
</span>
</header>
{mobileOpen && (
@@ -497,14 +497,14 @@ export default function App() {
<div className="flex items-center gap-2">
<PluginSlot name="header-left" />
<Typography
className="font-mondwest text-display uppercase font-bold text-[1.125rem] leading-[0.95] tracking-[0.0525rem] text-midground"
<span
className="font-mondwest uppercase font-bold text-[1.125rem] leading-[0.95] tracking-[0.0525rem] text-midground blend-lighter"
style={{ mixBlendMode: "plus-lighter" }}
>
Hermes
<br />
Agent
</Typography>
</span>
</div>
<Button