forked from rDrama/rDrama
1
0
Fork 0
master
kek7198 2021-12-13 08:29:58 -06:00
parent 24527afabc
commit 5e4b58ebfe
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@
<button type="button" class="px-4 py-2 text-sm font-bold text-gray-500 hover:text-gray-700" data-bs-dismiss="modal">
Cancel
</button>
<button onclick="transferCoins()" class="btn btn-green {{ 'cursor-not-allowed' if u.coins < 100 }}" {% if u.coins < 100 %}disabled{% endif %}>
<button onclick="transferCoins()" class="btn btn-green {{ 'cursor-not-allowed' if v.coins < 100 }}" {% if v.coins < 100 %}disabled{% endif %}>
Gift coins
</button>
</div>