Browse Source

Update wallet.html

fee_issues
Arc 5 years ago
committed by GitHub
parent
commit
028f86151d
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 9
      lnbits/templates/wallet.html

9
lnbits/templates/wallet.html

@ -88,12 +88,19 @@
<button
onclick="sendfundsinput()"
class="btn btn-block btn-primary btn-lg"
data-toggle="modal"
data-target=".sends"
>
Send
</button>
</div>
<div class="col-sm-3">
<button onclick="receive()" class="btn btn-block btn-primary btn-lg">
<button
onclick="receive()"
class="btn btn-block btn-primary btn-lg"
data-toggle="modal"
data-target=".receives"
>
Receive
</button>
</div>

Loading…
Cancel
Save