dark mode fixes
Build Images and Deploy / Update-PROD-Stack (push) Successful in 29s

This commit is contained in:
2026-02-28 01:43:50 -05:00
parent 4f9e92bda7
commit e97bf95ca8
4 changed files with 40 additions and 10 deletions
+3
View File
@@ -7,6 +7,9 @@
<div style="display: flex; gap: 0.75rem; justify-content: center; flex-wrap: wrap;">
<a href="/hunts" class="btn btn-primary">Browse Hunts</a>
<a href="/leaderboard" class="btn btn-outline">Leaderboard</a>
<% if (!currentUser) { %>
<a href="/auth/login" class="btn btn-success">Login</a>
<% } %>
</div>
</div>