Browse Source

fix: homepage bug

fee_issues
Eneko Illarramendi 5 years ago
parent
commit
f12f52db2d
  1. 2
      lnbits/core/templates/core/index.html

2
lnbits/core/templates/core/index.html

@ -17,7 +17,7 @@
{% if lnurl %}
<q-btn unelevated
color="deep-purple"
@click="notify"
@click="processing"
type="a" href="{{ url_for('core.lnurlwallet', lightning=lnurl) }}">
Press to claim bitcoin
</q-btn>

Loading…
Cancel
Save