From f5a78c2c869955f2382c1a15080d06edcc3223bb Mon Sep 17 00:00:00 2001
From: Paul Frazee <pfrazee@gmail.com>
Date: Thu, 28 Sep 2023 12:11:09 -0700
Subject: [PATCH] Slightly larger desktop leftnav pfp

---
 src/view/shell/desktop/LeftNav.tsx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/view/shell/desktop/LeftNav.tsx b/src/view/shell/desktop/LeftNav.tsx
index b1065f03ce..cbff3a1c41 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 ? 32 : 48
+  const size = 48
   return store.me.handle ? (
     <Link
       href={makeProfileLink(store.me)}