diff options
| author | soryu <soryu@soryu.co> | 2025-11-16 18:58:01 +0000 |
|---|---|---|
| committer | soryu <soryu@soryu.co> | 2025-11-16 18:58:01 +0000 |
| commit | 909bf052149f4cf9b522238a2a2ea327f73c85d4 (patch) | |
| tree | 87e9deff94ef0429eba3478b5deed20148541595 /frontend/src/components/LandingPage.tsx | |
| parent | 1de00a8df0b32b92d5a344b7ee8e76f2d887128f (diff) | |
| download | soryu-909bf052149f4cf9b522238a2a2ea327f73c85d4.tar.gz soryu-909bf052149f4cf9b522238a2a2ea327f73c85d4.zip | |
Refine manga masthead and issue badge; switch volume indicator to small red glowing heart
Diffstat (limited to 'frontend/src/components/LandingPage.tsx')
| -rw-r--r-- | frontend/src/components/LandingPage.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/src/components/LandingPage.tsx b/frontend/src/components/LandingPage.tsx index 0489794..9c262be 100644 --- a/frontend/src/components/LandingPage.tsx +++ b/frontend/src/components/LandingPage.tsx @@ -155,7 +155,7 @@ export function LandingPage({ onLogin }: LandingPageProps) { <span className="jp">そりゅう</span> <span className="en">SORYU</span> </div> - <div className="issue-badge">かはいい Vol.01</div> + <div className="issue-badge"><span className="led-heart" aria-hidden="true"></span>かはいい Vol.01</div> </div> {/* Empty hero area to preserve grid; background sits behind */} |
