Skip to content

Commit

Permalink
Merge branch 'Tanza3D-small-pfp-desktop-2' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
pfrazee committed Sep 28, 2023
2 parents cd3b0e5 + f5a78c2 commit 65b83e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/view/shell/desktop/LeftNav.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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)}
Expand Down

0 comments on commit 65b83e0

Please sign in to comment.