diff options
author | Dan Abramov <dan.abramov@gmail.com> | 2024-12-18 22:48:09 +0000 |
---|---|---|
committer | Dan Abramov <dan.abramov@gmail.com> | 2024-12-18 22:48:09 +0000 |
commit | 2d1a5e71ab0b3c615699edc1a9cfdfb4a8a29dfd (patch) | |
tree | 97e74152721af1ef7cd97a6ba906887693111f86 /src | |
parent | 925a240ec4fe6de41a0716c0cb1e222e4d2b89c7 (diff) | |
download | voidsky-2d1a5e71ab0b3c615699edc1a9cfdfb4a8a29dfd.tar.zst |
Remove X from recommended
Diffstat (limited to 'src')
-rw-r--r-- | src/screens/Search/components/ExploreRecommendations.tsx | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/src/screens/Search/components/ExploreRecommendations.tsx b/src/screens/Search/components/ExploreRecommendations.tsx index b7dd9f133..098df0907 100644 --- a/src/screens/Search/components/ExploreRecommendations.tsx +++ b/src/screens/Search/components/ExploreRecommendations.tsx @@ -15,9 +15,7 @@ import { } from '#/state/queries/trending/useTrendingTopics' import {useTrendingConfig} from '#/state/trending-config' import {atoms as a, useGutters, useTheme} from '#/alf' -import {Button, ButtonIcon} from '#/components/Button' import {Hashtag_Stroke2_Corner0_Rounded} from '#/components/icons/Hashtag' -import {TimesLarge_Stroke2_Corner0_Rounded as X} from '#/components/icons/Times' import * as Prompt from '#/components/Prompt' import { TrendingTopic, @@ -72,15 +70,6 @@ function Inner() { <Trans>Feeds we think you might like.</Trans> </Text> </View> - <Button - label={_(msg`Hide trending topics`)} - size="small" - variant="ghost" - color="secondary" - shape="round" - onPress={() => trendingPrompt.open()}> - <ButtonIcon icon={X} /> - </Button> </View> <View style={[a.pt_md, a.pb_lg]}> |