forked from rDrama/rDrama
1
0
Fork 0
master
kek7198 2021-12-10 13:18:16 -06:00
parent 4641fb842f
commit 0e5c30e5e1
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@
</div>
</form>
<div class="mt-3">
<input autocomplete="off" id="coins-transfer-amount" class="form-input" name="amount" type="number" oninput="updateTax()">
<input autocomplete="off" id="coins-transfer-amount" class="form-input" name="amount" type="number" placeholder="0" oninput="updateTax()">
<p class="mt-1 text-sm text-gray-400">
{{u.username}} will receive <strong id="coins-transfer-taxed">0</strong> {{'COINS_NAME' | app_config}}
</p>