feat: stack loot stats vertically on mobile and update start date display
Build Images and Deploy / Update-PROD-Stack (push) Successful in 30s
Build Images and Deploy / Update-PROD-Stack (push) Successful in 30s
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user