diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/components/FeedInterstitials.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/FeedInterstitials.tsx b/src/components/FeedInterstitials.tsx index 0a112e039..18da12b22 100644 --- a/src/components/FeedInterstitials.tsx +++ b/src/components/FeedInterstitials.tsx @@ -433,6 +433,7 @@ function SeeMoreSuggestedProfilesCard() { return ( <Button label={_(msg`Browse more accounts on the Explore page`)} + style={[a.flex_col]} onPress={() => { navigation.navigate('SearchTab') }}> |