feat(web): add home arrow link to game page header
Build and Deploy / build-and-push (push) Successful in 4m32s

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
funman300
2026-05-13 16:38:58 -07:00
parent 6fa1b28902
commit 31d0a1b6e3
2 changed files with 11 additions and 0 deletions
+1
View File
@@ -9,6 +9,7 @@
<body>
<header>
<div class="hud-left">
<a href="/" class="home-link" title="Home">&#8592;</a>
<span class="logo">Solitaire Quest</span>
<span id="hud-seed" class="muted"></span>
</div>