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 const ProfileCard = observer(function ProfileCardImpl() { 43 const store = useStores() 44 const {isDesktop} = useWebMediaQueries() 45 - const size = isDesktop ? 64 : 48 46 return store.me.handle ? ( 47 <Link 48 href={makeProfileLink(store.me)}
··· 42 const ProfileCard = observer(function ProfileCardImpl() { 43 const store = useStores() 44 const {isDesktop} = useWebMediaQueries() 45 + const size = 48 46 return store.me.handle ? ( 47 <Link 48 href={makeProfileLink(store.me)}