about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorTanza3D <hubsterhub@gmail.com>2023-09-26 22:07:56 +0100
committerTanza3D <hubsterhub@gmail.com>2023-09-26 22:07:56 +0100
commit1185ac4053d2960cc286cbf1cf7512c8f5318330 (patch)
tree5080c9e049068acb509a7ee96f6e7b6e5154daef /src
parent95736a51682a951a900d53fa7df10a6a8bb93ae3 (diff)
downloadvoidsky-1185ac4053d2960cc286cbf1cf7512c8f5318330.tar.zst
Small PFP on desktop
Diffstat (limited to 'src')
-rw-r--r--src/view/shell/desktop/LeftNav.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/view/shell/desktop/LeftNav.tsx b/src/view/shell/desktop/LeftNav.tsx
index b19d5e8ab..2f7a9ef82 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 ? (
     <Link
       href={makeProfileLink(store.me)}