diff --git a/src/components/StarterPack/QrCode.tsx b/src/components/StarterPack/QrCode.tsx index 08ee03d6..a8a2e349 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, }}