diff options
-rw-r--r-- | src/components/FeedInterstitials.tsx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/components/FeedInterstitials.tsx b/src/components/FeedInterstitials.tsx index 47bf228db..7318c5c5d 100644 --- a/src/components/FeedInterstitials.tsx +++ b/src/components/FeedInterstitials.tsx @@ -288,7 +288,7 @@ export function ProfileGrid({ {width: 165}, ]}> <ProfileCard.Outer> - <ProfileCard.Header> + <View style={[a.flex_col, a.align_center, a.gap_sm, a.pb_sm]}> <ProfileCard.Avatar profile={profile} moderationOpts={moderationOpts} @@ -315,8 +315,8 @@ export function ProfileGrid({ }) }} /> - </ProfileCard.Header> <ProfileCard.Description profile={profile} numberOfLines={2} /> + </View> </ProfileCard.Outer> </CardOuter> )} |