feat: stack loot stats vertically on mobile and update start date display
Build Images and Deploy / Update-PROD-Stack (push) Successful in 30s

This commit is contained in:
2026-03-20 00:06:29 -04:00
parent 8551aa1417
commit 7165129ac6
5 changed files with 9 additions and 4 deletions
+1 -1
View File
@@ -31,7 +31,7 @@
<div class="label">Found</div>
</div>
<div class="stat-box">
<div class="value"><% if (hunt.start_date) { %><time datetime="<%= hunt.start_date %>"><%= new Date(hunt.start_date).toLocaleDateString() %></time><% } else { %><% } %></div>
<div class="value"><% if (hunt.start_date) { %><time datetime="<%= hunt.start_date %>"><%= new Date(hunt.start_date).toLocaleDateString() %></time><% } else { %>Now<% } %></div>
<div class="label">Starts</div>
</div>
<div class="stat-box">