diff --git a/src/components/StarterPack/QrCode.tsx b/src/components/StarterPack/QrCode.tsx index b3db8e49fb..3b4943c0e8 100644 --- a/src/components/StarterPack/QrCode.tsx +++ b/src/components/StarterPack/QrCode.tsx @@ -108,12 +108,6 @@ export function QrCodeInner({link}: {link: string}) { }, }} innerEyesOptions={{borderRadius: 3}} - logo={{ - href: require('../../../assets/logo.png'), - scale: 1, - padding: 2, - hidePieces: true, - }} /> ) }