mirror of https://git.lenooby09.tech/LeNooby09/social-app.git
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Update DiscoverFallbackHeader.tsx (#2537)

authored by quiple.dev and committed by

GitHub 8af0d20f 9803e174

+9 -9
+9 -9
src/view/com/posts/DiscoverFallbackHeader.tsx
··· 27 27 <View style={{flex: 1}}> 28 28 <Text type="md" style={pal.text}> 29 29 <Trans> 30 - We ran out of posts from your follows. Here's the latest from 31 - </Trans>{' '} 32 - <TextLink 33 - type="md-medium" 34 - href="/profile/bsky.app/feed/whats-hot" 35 - text="Discover" 36 - style={pal.link} 37 - /> 38 - . 30 + We ran out of posts from your follows. Here's the latest from{' '} 31 + <TextLink 32 + type="md-medium" 33 + href="/profile/bsky.app/feed/whats-hot" 34 + text="Discover" 35 + style={pal.link} 36 + /> 37 + . 38 + </Trans> 39 39 </Text> 40 40 </View> 41 41 </View>