Update NoFollowingFeed.tsx

This commit is contained in:
Minseo Lee
2024-05-13 13:51:08 +09:00
parent 50a41cbab4
commit 134c0cc69a
+2 -10
View File
@@ -33,17 +33,9 @@ export function NoFollowingFeed() {
return (
<View style={[a.flex_row, a.flex_wrap, a.align_center, a.py_md, a.px_lg]}>
<Text>
<Text style={[a.leading_snug, t.atoms.text_contrast_medium]}>
<Trans>
<Text
style={[
a.leading_snug,
t.atoms.text_contrast_medium,
{maxWidth: 310},
]}>
Looks like you're missing a following feed.{' '}
</Text>
Looks like you're missing a following feed.{' '}
<InlineLinkText
to="/"
label={_(msg`Add the default feed of only people you follow`)}