From c85c2771b97b22b78ed52f8e7bb185595ce3603f Mon Sep 17 00:00:00 2001 From: Cho Young-Hwi Date: Mon, 23 Mar 2026 15:46:15 +0000 Subject: [PATCH] Increase NavBar logo title + story card title font sizes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - NavBar "PlotLink": text-sm → text-lg, color → accent - StoryCard title: text-sm/text-base → text-lg/text-xl Co-Authored-By: Claude Opus 4.6 (1M context) --- src/components/NavBar.tsx | 2 +- src/components/StoryCard.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/NavBar.tsx b/src/components/NavBar.tsx index a3cf6b57..0fa495f5 100644 --- a/src/components/NavBar.tsx +++ b/src/components/NavBar.tsx @@ -33,7 +33,7 @@ export function NavBar() { height={24} className="h-5 w-auto" /> - + PlotLink diff --git a/src/components/StoryCard.tsx b/src/components/StoryCard.tsx index f3eece31..ab8ef801 100644 --- a/src/components/StoryCard.tsx +++ b/src/components/StoryCard.tsx @@ -87,7 +87,7 @@ export function StoryCard({ {/* Center: title */}
-

+

{storyline.title}

{storyline.language && storyline.language !== "English" && (