more copy edit

This commit is contained in:
Hailey
2024-06-07 11:45:47 -07:00
parent a306c32468
commit 07f548cb6c
2 changed files with 1 additions and 2 deletions
+1 -1
View File
@@ -130,7 +130,7 @@ function LandingScreenInner({
{!!feeds?.length && ( {!!feeds?.length && (
<> <>
<Text style={[a.text_md, t.atoms.text_contrast_medium]}> <Text style={[a.text_md, t.atoms.text_contrast_medium]}>
<Trans>Join Bluesky now to subscribe to these feeds:</Trans> <Trans>What's in this starter pack?</Trans>
</Text> </Text>
<View <View
style={[ style={[
@@ -67,7 +67,6 @@ export function StepFeeds() {
data={query ? searchedFeeds : popularFeeds} data={query ? searchedFeeds : popularFeeds}
renderItem={renderItem} renderItem={renderItem}
keyExtractor={keyExtractor} keyExtractor={keyExtractor}
style={[a.flex_1]}
onEndReached={!query ? () => fetchNextPage() : undefined} onEndReached={!query ? () => fetchNextPage() : undefined}
onEndReachedThreshold={2} onEndReachedThreshold={2}
renderScrollComponent={props => <KeyboardAwareScrollView {...props} />} renderScrollComponent={props => <KeyboardAwareScrollView {...props} />}