Update ProfileCard.Link usage, tweak copy
This commit is contained in:
@@ -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', {})
|
||||||
}}
|
}}
|
||||||
|
|||||||
Reference in New Issue
Block a user