Bluesky app fork with some witchin' additions 💫 witchsky.app
bluesky fork client
122
fork

Configure Feed

Select the types of activity you want to include in your feed.

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

authored by

Hailey and committed by
GitHub
d5503d17 ea7afecf

+1 -1
+1 -1
src/components/StarterPack/QrCode.tsx
··· 110 110 innerEyesOptions={{borderRadius: 3}} 111 111 logo={{ 112 112 href: require('../../../assets/logo.png'), 113 - scale: 1.2, 113 + scale: 0.95, 114 114 padding: 2, 115 115 hidePieces: true, 116 116 }}