mirror of
https://github.com/lnbits/lnbits-legend.git
synced 2025-02-25 07:07:48 +01:00
link to play store app in qr code dialog
This commit is contained in:
parent
c8b725830b
commit
7400d7f430
1 changed files with 6 additions and 1 deletions
|
@ -370,7 +370,12 @@
|
||||||
></qrcode>
|
></qrcode>
|
||||||
</q-responsive>
|
</q-responsive>
|
||||||
<p style="word-break: break-all" class="text-center">
|
<p style="word-break: break-all" class="text-center">
|
||||||
(QR code is for setting the keys with bolt-nfc-android-app)
|
(QR code is for setting the keys with
|
||||||
|
<a
|
||||||
|
href="https://play.google.com/store/apps/details?id=com.lightningnfcapp"
|
||||||
|
target="_blank"
|
||||||
|
>bolt-nfc-android-app</a
|
||||||
|
>)
|
||||||
</p>
|
</p>
|
||||||
<p style="word-break: break-all">
|
<p style="word-break: break-all">
|
||||||
<strong>Name:</strong> {{ qrCodeDialog.data.name }}<br />
|
<strong>Name:</strong> {{ qrCodeDialog.data.name }}<br />
|
||||||
|
|
Loading…
Add table
Reference in a new issue