update lifetime discount text

This commit is contained in:
nate 2026-04-10 14:01:14 +04:00
parent 9c156c91e6
commit f8cb3764d9
1 changed files with 3 additions and 0 deletions

View File

@ -141,6 +141,9 @@
</button> </button>
</div> </div>
</div> </div>
<% if (hasCredit) { %>
<div class="text-xs text-green-400/70">$<%= Math.round(totalSpent) %> discount for money already spent</div>
<% } %>
</div> </div>
<!-- Coin selection --> <!-- Coin selection -->