fix lightning://
fix lightning://
This commit is contained in:
parent
2991cbce1f
commit
87105b22bb
2 changed files with 2 additions and 2 deletions
|
|
@ -132,7 +132,7 @@
|
||||||
lightning-network invoice</span
|
lightning-network invoice</span
|
||||||
>
|
>
|
||||||
</center>
|
</center>
|
||||||
<a href="lightning://{{ charge.payment_request }}">
|
<a href="lightning:{{ charge.payment_request }}">
|
||||||
<q-responsive :ratio="1" class="q-mx-md">
|
<q-responsive :ratio="1" class="q-mx-md">
|
||||||
<qrcode
|
<qrcode
|
||||||
:value="'{{ charge.payment_request }}'"
|
:value="'{{ charge.payment_request }}'"
|
||||||
|
|
|
||||||
|
|
@ -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="lightning://{{ lnurl }}">
|
<a href="lightning:{{ lnurl }}">
|
||||||
<q-responsive :ratio="1" class="q-mx-md">
|
<q-responsive :ratio="1" class="q-mx-md">
|
||||||
<qrcode
|
<qrcode
|
||||||
:value="this.here + '/?lightning={{lnurl }}'"
|
:value="this.here + '/?lightning={{lnurl }}'"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue