diff --git a/index.html b/index.html index b4c6b69..e921ab6 100644 --- a/index.html +++ b/index.html @@ -299,7 +299,7 @@ let qrCode = this.prefix + paddedNumber; // See https://goqr.me/api/doc/create-qr-code/ let qrCodeUrl = `https://api.qrserver.com/v1/create-qr-code/?size=300x300&data=${encodeURIComponent( - text + qrCode )}`; this.labels.push({ qrCodeUrl, text });