diff --git a/public/VOTE.png b/public/VOTE.png new file mode 100644 index 00000000..1f36e09d Binary files /dev/null and b/public/VOTE.png differ diff --git a/src/admin/Conventions/QRCode.tsx b/src/admin/Conventions/QRCode.tsx index 9befea79..2f83920c 100644 --- a/src/admin/Conventions/QRCode.tsx +++ b/src/admin/Conventions/QRCode.tsx @@ -5,8 +5,8 @@ const qrOptions: Options = { cornersSquareOptions: { color: '#000000', type: 'square' }, dotsOptions: { type: 'classy-rounded' }, height: 111, - // image: '10cc19bd484118dbcd0a7886a38ceddc.png', - imageOptions: { hideBackgroundDots: true, imageSize: 0.4, margin: 0 }, + image: '/VOTE.png', + imageOptions: { hideBackgroundDots: true, imageSize: 0.5, margin: 0 }, qrOptions: { errorCorrectionLevel: 'H' }, width: 111, }