Skip to content

Commit

Permalink
Conventions: Add 'VOTE' to center of QRs
Browse files Browse the repository at this point in the history
  • Loading branch information
dsernst committed May 2, 2024
1 parent 08560a3 commit 9d6e919
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file added public/VOTE.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions src/admin/Conventions/QRCode.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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,
}
Expand Down

0 comments on commit 9d6e919

Please sign in to comment.