fixed a link issue
This commit is contained in:
parent
2fb4ce8df4
commit
c4fd7f0338
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@
|
||||||
{% if link.is_spent %}
|
{% if link.is_spent %}
|
||||||
<q-badge color="red" class="q-mb-md">Withdraw is spent.</q-badge>
|
<q-badge color="red" class="q-mb-md">Withdraw is spent.</q-badge>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
<a href="{{ link.lnurl }}">
|
<a href="lightning://{{ link.lnurl }}">
|
||||||
<q-responsive :ratio="1" class="q-mx-md">
|
<q-responsive :ratio="1" class="q-mx-md">
|
||||||
<qrcode
|
<qrcode
|
||||||
:value="this.here + '/?lightning={{link.lnurl }}'"
|
:value="this.here + '/?lightning={{link.lnurl }}'"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue