Update ProfileCard.Link usage, tweak copy

This commit is contained in:
Eric Bailey
2024-08-08 09:07:51 -05:00
parent aa8b783293
commit 6784d3a994
@@ -99,7 +99,7 @@ export function ProfileHeaderSuggestedFollows({
}, },
]}> ]}>
<Text style={[a.text_md, a.font_bold, t.atoms.text_contrast_medium]}> <Text style={[a.text_md, a.font_bold, t.atoms.text_contrast_medium]}>
<Trans>Suggested for you</Trans> <Trans>Similar accounts</Trans>
</Text> </Text>
<Button <Button
@@ -144,7 +144,7 @@ export function ProfileHeaderSuggestedFollows({
.map(profile => ( .map(profile => (
<ProfileCard.Link <ProfileCard.Link
key={profile.did} key={profile.did}
did={profile.handle} profile={profile}
onPress={() => { onPress={() => {
logEvent('profile:header:suggestedFollowsCard:press', {}) logEvent('profile:header:suggestedFollowsCard:press', {})
}} }}