Merge branch 'small-pfp-desktop-2' of https://github.com/Tanza3D/social-app into Tanza3D-small-pfp-desktop-2
This commit is contained in:
@@ -42,7 +42,7 @@ import {makeProfileLink} from 'lib/routes/links'
|
||||
const ProfileCard = observer(function ProfileCardImpl() {
|
||||
const store = useStores()
|
||||
const {isDesktop} = useWebMediaQueries()
|
||||
const size = isDesktop ? 64 : 48
|
||||
const size = isDesktop ? 32 : 48
|
||||
return store.me.handle ? (
|
||||
<Link
|
||||
href={makeProfileLink(store.me)}
|
||||
|
||||
Reference in New Issue
Block a user