diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/components/StarterPack/QrCode.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/StarterPack/QrCode.tsx b/src/components/StarterPack/QrCode.tsx index 08ee03d62..a8a2e3491 100644 --- a/src/components/StarterPack/QrCode.tsx +++ b/src/components/StarterPack/QrCode.tsx @@ -110,7 +110,7 @@ export function QrCodeInner({link}: {link: string}) { innerEyesOptions={{borderRadius: 3}} logo={{ href: require('../../../assets/logo.png'), - scale: 1.2, + scale: 0.95, padding: 2, hidePieces: true, }} |