Bluesky app fork with some witchin' additions 💫

Merge branch 'Tanza3D-small-pfp-desktop-2' into main

+1 -1
+1 -1
src/view/shell/desktop/LeftNav.tsx
··· 42 42 const ProfileCard = observer(function ProfileCardImpl() { 43 43 const store = useStores() 44 44 const {isDesktop} = useWebMediaQueries() 45 - const size = isDesktop ? 64 : 48 45 + const size = 48 46 46 return store.me.handle ? ( 47 47 <Link 48 48 href={makeProfileLink(store.me)}