refactor(ui): remove "Browse more suggestions" on web in favor of "See all"

This commit is contained in:
Caidan Williams
2025-07-25 17:26:06 -07:00
parent f35dc19a48
commit b2fe27afe7
+1 -11
View File
@@ -378,20 +378,10 @@ export function ProfileGrid({
</View>
{gtMobile ? (
<View style={[a.flex_1, a.px_lg, a.pb_lg, a.gap_md]}>
<View style={[a.px_lg, a.pb_lg]}>
<View style={[a.flex_1, a.flex_row, a.flex_wrap, a.gap_md]}>
{content}
</View>
<View style={[a.flex_row, a.justify_end, a.align_center, a.gap_md]}>
<InlineLinkText
label={_(msg`Browse more suggestions`)}
to="/search"
style={[t.atoms.text_contrast_medium]}>
<Trans>Browse more suggestions</Trans>
</InlineLinkText>
<Arrow size="sm" fill={t.atoms.text_contrast_medium.color} />
</View>
</View>
) : (
<BlockDrawerGesture>