This commit is contained in:
Gene Takavic 2022-11-20 09:51:54 +01:00
parent 8d05cddc87
commit 95ad55775d

View file

@ -379,16 +379,16 @@
:options="{width: 800}" :options="{width: 800}"
class="rounded-borders" class="rounded-borders"
></qrcode> ></qrcode>
<p class="text-center">
(QR for <strong>create</strong> the card in
<a
href="https://play.google.com/store/apps/details?id=com.lightningnfcapp"
target="_blank"
>Boltcard NFC Card Creator</a
>)
</p>
</q-responsive> </q-responsive>
<p class="text-center" v-show="!qrCodeDialog.wipe">
(QR for <strong>create</strong> the card in
<a
href="https://play.google.com/store/apps/details?id=com.lightningnfcapp"
target="_blank"
style="color: inherit"
>Boltcard NFC Card Creator</a
>)
</p>
<q-responsive <q-responsive
:ratio="1" :ratio="1"
class="q-mx-xl q-mb-md" class="q-mx-xl q-mb-md"
@ -399,17 +399,18 @@
:options="{width: 800}" :options="{width: 800}"
class="rounded-borders" class="rounded-borders"
></qrcode> ></qrcode>
<p class="text-center">
(QR for for <strong>wipe</strong> the card in
<a
href="https://play.google.com/store/apps/details?id=com.lightningnfcapp"
target="_blank"
>Boltcard NFC Card Creator</a
>)
</p>
</q-responsive> </q-responsive>
<p class="text-center" v-show="qrCodeDialog.wipe">
(QR for for <strong>wipe</strong> the card in
<a
href="https://play.google.com/store/apps/details?id=com.lightningnfcapp"
target="_blank"
style="color: inherit"
>Boltcard NFC Card Creator</a
>)
</p>
</div> </div>
<div class="col q-mt-xl q-mb-md text-center"> <div class="col q-mt-md q-mb-md text-center">
<q-btn-toggle <q-btn-toggle
v-model="qrCodeDialog.wipe" v-model="qrCodeDialog.wipe"
rounded rounded