fix: QR copy button (#38)
* fix QR copy button
* fixup poetry
* rc6 and chore update
---------
Co-authored-by: dni ⚡ <office@dnilabs.com>
This commit is contained in:
parent
7aeba1eeb4
commit
ae827a6545
4 changed files with 141 additions and 143 deletions
|
|
@ -72,11 +72,10 @@
|
|||
</q-card>
|
||||
<q-card v-else class="q-pa-lg q-pt-xl lnbits__dialog-card">
|
||||
<div class="text-center q-mb-lg">
|
||||
<a class="text-secondary" :href="'lightning:' + receive.paymentReq">
|
||||
<lnbits-qrcode
|
||||
:value="'lightning:' + receive.paymentReq.toUpperCase()"
|
||||
></lnbits-qrcode>
|
||||
</a>
|
||||
<lnbits-qrcode
|
||||
:href="'lightning:' + receive.paymentReq"
|
||||
:value="'lightning:' + receive.paymentReq.toUpperCase()"
|
||||
></lnbits-qrcode>
|
||||
</div>
|
||||
<div class="row q-mt-lg">
|
||||
<q-btn outline color="grey" @click="copyText(receive.paymentReq)"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue