Update NoFollowingFeed.tsx
This commit is contained in:
@@ -33,18 +33,26 @@ export function NoFollowingFeed() {
|
||||
|
||||
return (
|
||||
<View style={[a.flex_row, a.flex_wrap, a.align_center, a.py_md, a.px_lg]}>
|
||||
<Text
|
||||
style={[a.leading_snug, t.atoms.text_contrast_medium, {maxWidth: 310}]}>
|
||||
<Trans>Looks like you're missing a following feed.</Trans>{' '}
|
||||
</Text>
|
||||
<Text>
|
||||
<Trans>
|
||||
<Text
|
||||
style={[
|
||||
a.leading_snug,
|
||||
t.atoms.text_contrast_medium,
|
||||
{maxWidth: 310},
|
||||
]}>
|
||||
Looks like you're missing a following feed.{' '}
|
||||
</Text>
|
||||
|
||||
<InlineLinkText
|
||||
to="/"
|
||||
label={_(msg`Add the default feed of only people you follow`)}
|
||||
onPress={addRecommendedFeeds}
|
||||
style={[a.leading_snug]}>
|
||||
<Trans>Click here to add one.</Trans>
|
||||
</InlineLinkText>
|
||||
<InlineLinkText
|
||||
to="/"
|
||||
label={_(msg`Add the default feed of only people you follow`)}
|
||||
onPress={addRecommendedFeeds}
|
||||
style={[a.leading_snug]}>
|
||||
Click here to add one.
|
||||
</InlineLinkText>
|
||||
</Trans>
|
||||
</Text>
|
||||
</View>
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user