refactor(ui): replace ProfileCard.Header with custom View

This commit is contained in:
Caidan Williams
2025-07-24 18:40:54 -07:00
parent c93c36f6e5
commit 3c89552e92
+2 -2
View File
@@ -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>
)}