diff options
author | Caidan Williams <caidan@internet.dev> | 2025-07-24 18:41:30 -0700 |
---|---|---|
committer | Caidan Williams <caidan@internet.dev> | 2025-07-29 17:37:01 -0700 |
commit | 205e7f01909c36047a5194ac9ac2d135bd095956 (patch) | |
tree | 4741b985a3d32d24dd02fb4b247c3940ed3ddcfe /src | |
parent | 3c89552e924fa5380ecbe0fcdce96c2282feb875 (diff) | |
download | voidsky-205e7f01909c36047a5194ac9ac2d135bd095956.tar.zst |
feat(ui): update ProfileCard.Avatar size 40 -> 88
Diffstat (limited to 'src')
-rw-r--r-- | src/components/FeedInterstitials.tsx | 1 |
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} |