feat(feed): update suggested profiles link text

This commit is contained in:
Caidan Williams
2025-07-28 16:55:27 -07:00
committed by Austin McKinley
parent d6c41e5b33
commit 4ba7453aa8
+4 -2
View File
@@ -376,8 +376,10 @@ export function ProfileGrid({
<Trans>Suggested for you</Trans>
)}
</Text>
<InlineLinkText label={_(msg`See all suggested profiles`)} to="/search">
<Trans>See all</Trans>
<InlineLinkText
label={_(msg`See more suggested profiles on the Explore page`)}
to="/search">
<Trans>See more</Trans>
</InlineLinkText>
</View>