Small PFP on desktop

This commit is contained in:
Tanza3D 2023-09-26 22:07:56 +01:00
parent 95736a5168
commit 1185ac4053

View file

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