Slightly larger desktop leftnav pfp
This commit is contained in:
parent
d4a234d5ce
commit
f5a78c2c86
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ import {makeProfileLink} from 'lib/routes/links'
|
|||
const ProfileCard = observer(function ProfileCardImpl() {
|
||||
const store = useStores()
|
||||
const {isDesktop} = useWebMediaQueries()
|
||||
const size = isDesktop ? 32 : 48
|
||||
const size = 48
|
||||
return store.me.handle ? (
|
||||
<Link
|
||||
href={makeProfileLink(store.me)}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue