Browse Source

Center align Lightning QR Code (#317)

no-referrer
Mayank Chhabra 4 years ago
committed by GitHub
parent
commit
6fc894ca4e
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/components/LightningWallet.vue

2
src/components/LightningWallet.vue

@ -406,7 +406,7 @@
</p> </p>
<!-- QR Code --> <!-- QR Code -->
<qr-code class="mb-3" :showLogo="!receive.isGeneratingInvoice" :value="receive.invoiceQR"></qr-code> <qr-code class="mb-3 mx-auto" :showLogo="!receive.isGeneratingInvoice" :value="receive.invoiceQR"></qr-code>
<!-- Copy Invoice Input Field --> <!-- Copy Invoice Input Field -->
<transition name="slide-up" appear> <transition name="slide-up" appear>

Loading…
Cancel
Save