Match Blog and Shop heading sizes back to text-display

Blog's own hero already used text-display; ShopHeader.tsx used the
smaller text-h-feature, reading as inconsistent next to it. Both now
use text-display.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_018unaXmuzVA8ct1b6WoyP1U
This commit is contained in:
Marco
2026-07-31 22:52:22 +00:00
parent b88a8edd35
commit 9f61322604
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -77,7 +77,7 @@ export default async function BlogOverviewPage({
<span className="text-text-primary">Blog</span>
</p>
<p
className="font-semibold text-h-feature text-text-primary"
className="font-semibold text-display text-text-primary"
style={{ fontFamily: "var(--font-lora)" }}
>
Blog
+1 -1
View File
@@ -10,7 +10,7 @@ export function ShopHeader() {
<span className="text-text-primary">Shop</span>
</p>
<p
className="font-semibold text-h-feature text-text-primary"
className="font-semibold text-display text-text-primary"
style={{ fontFamily: "var(--font-lora)" }}
>
Shop