Update DiscoverFallbackHeader.tsx (#2537)

zio/stable
Minseo Lee 2024-01-19 13:59:38 +09:00 committed by GitHub
parent 9803e17449
commit 8af0d20f45
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 9 additions and 9 deletions

View File

@ -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>