diff options
author | Minseo Lee <itoupluk427@gmail.com> | 2024-01-19 13:59:38 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-18 20:59:38 -0800 |
commit | 8af0d20f455f48a91683fb8812482618eaaadeed (patch) | |
tree | 16c06105e9c30fc9d9ce2da327c14bbcad91e724 | |
parent | 9803e174494c199cc426f70f04fb024518f05473 (diff) | |
download | voidsky-8af0d20f455f48a91683fb8812482618eaaadeed.tar.zst |
Update DiscoverFallbackHeader.tsx (#2537)
-rw-r--r-- | src/view/com/posts/DiscoverFallbackHeader.tsx | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/src/view/com/posts/DiscoverFallbackHeader.tsx b/src/view/com/posts/DiscoverFallbackHeader.tsx index dcfa3b012..ffde89997 100644 --- a/src/view/com/posts/DiscoverFallbackHeader.tsx +++ b/src/view/com/posts/DiscoverFallbackHeader.tsx @@ -27,15 +27,15 @@ export function DiscoverFallbackHeader() { <View style={{flex: 1}}> <Text type="md" style={pal.text}> <Trans> - We ran out of posts from your follows. Here's the latest from - </Trans>{' '} - <TextLink - type="md-medium" - href="/profile/bsky.app/feed/whats-hot" - text="Discover" - style={pal.link} - /> - . + We ran out of posts from your follows. Here's the latest from{' '} + <TextLink + type="md-medium" + href="/profile/bsky.app/feed/whats-hot" + text="Discover" + style={pal.link} + /> + . + </Trans> </Text> </View> </View> |