From dee57f48c7bf5e3b5765631b8cbbd1c746e9c884 Mon Sep 17 00:00:00 2001 From: Hailey Date: Sun, 7 Jul 2024 00:37:37 -0700 Subject: [PATCH] remove logo entirely --- src/components/StarterPack/QrCode.tsx | 6 ------ 1 file changed, 6 deletions(-) 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, - }} /> ) }