fix: currency display

This commit is contained in:
eneller
2026-03-06 19:53:04 +01:00
parent 308225f190
commit 80a260f515
4 changed files with 11 additions and 4 deletions

View File

@@ -10,7 +10,7 @@
<div class="text-center mb-4">
<label class="form-label h5">Amount</label>
<div class="input-group input-group-lg mb-3">
<span class="input-group-text">$</span>
<span class="input-group-text"><i class="bi bi-wallet2"></i></span>
<input
type="number"
class="form-control text-center fs-2"