diff --git a/src/view/shell/desktop/LeftNav.tsx b/src/view/shell/desktop/LeftNav.tsx index fb3d6646..b1065f03 100644 --- a/src/view/shell/desktop/LeftNav.tsx +++ b/src/view/shell/desktop/LeftNav.tsx @@ -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 ? (