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

zio/stable
Paul Frazee 2023-09-28 12:12:03 -07:00
commit 65b83e0d6b
1 changed files with 1 additions and 1 deletions

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 = 48
return store.me.handle ? (
<Link
href={makeProfileLink(store.me)}