Reduce the size of the inner logo in the QR code (#4746)

* use a scale of `1` on QR code inner logo

* remove logo entirely

* Revert "remove logo entirely"

This reverts commit dee57f48c7bf5e3b5765631b8cbbd1c746e9c884.

* use scale of 0.95
This commit is contained in:
Hailey 2024-07-08 08:57:40 -07:00 committed by GitHub
parent ea7afecf28
commit d5503d17de
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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,
}}