about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorCaidan Williams <caidan@internet.dev>2025-07-24 18:41:30 -0700
committerCaidan Williams <caidan@internet.dev>2025-07-29 17:37:01 -0700
commit205e7f01909c36047a5194ac9ac2d135bd095956 (patch)
tree4741b985a3d32d24dd02fb4b247c3940ed3ddcfe /src
parent3c89552e924fa5380ecbe0fcdce96c2282feb875 (diff)
downloadvoidsky-205e7f01909c36047a5194ac9ac2d135bd095956.tar.zst
feat(ui): update ProfileCard.Avatar size 40 -> 88
Diffstat (limited to 'src')
-rw-r--r--src/components/FeedInterstitials.tsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/FeedInterstitials.tsx b/src/components/FeedInterstitials.tsx
index 7318c5c5d..16167d83f 100644
--- a/src/components/FeedInterstitials.tsx
+++ b/src/components/FeedInterstitials.tsx
@@ -292,6 +292,7 @@ export function ProfileGrid({
                   <ProfileCard.Avatar
                     profile={profile}
                     moderationOpts={moderationOpts}
+                    size={88}
                   />
                   <ProfileCard.NameAndHandle
                     profile={profile}