update lifetime discount text
This commit is contained in:
parent
9c156c91e6
commit
f8cb3764d9
|
|
@ -141,6 +141,9 @@
|
|||
</button>
|
||||
</div>
|
||||
</div>
|
||||
<% if (hasCredit) { %>
|
||||
<div class="text-xs text-green-400/70">$<%= Math.round(totalSpent) %> discount for money already spent</div>
|
||||
<% } %>
|
||||
</div>
|
||||
|
||||
<!-- Coin selection -->
|
||||
|
|
|
|||
Loading…
Reference in New Issue