Fixed a typo on the onboarding recommended screen (#1604)
This commit is contained in:
parent
b1a1bae02e
commit
c6da98c818
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ export const RecommendedFeeds = observer(function RecommendedFeedsImpl({
|
||||||
tdStyles.title2,
|
tdStyles.title2,
|
||||||
isTabletOrMobile && tdStyles.title2Small,
|
isTabletOrMobile && tdStyles.title2Small,
|
||||||
]}>
|
]}>
|
||||||
Recomended
|
Recommended
|
||||||
</Text>
|
</Text>
|
||||||
<Text
|
<Text
|
||||||
style={[
|
style={[
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue