diff --git a/src/components/interstitials/FeedTrendingTopics.tsx b/src/components/interstitials/FeedTrendingTopics.tsx index 6b19b85b20..0816dad8c0 100644 --- a/src/components/interstitials/FeedTrendingTopics.tsx +++ b/src/components/interstitials/FeedTrendingTopics.tsx @@ -1,6 +1,5 @@ import {useMemo} from 'react' import {Pressable, View} from 'react-native' -import {LinearGradient} from 'expo-linear-gradient' import {type AppBskyUnspeccedDefs, moderateProfile} from '@atproto/api' import {Plural, Trans, useLingui} from '@lingui/react/macro' @@ -50,16 +49,6 @@ function Inner() { const shadowColor = alpha(t.palette.primary_100, 0.5) - const gradient = { - values: [ - [0, t.atoms.bg.backgroundColor], - [0.1, t.palette.primary_25], - [0.9, t.palette.primary_25], - [1, t.atoms.bg.backgroundColor], - ], - hover_value: t.palette.white, - } - if (error || noTopics) { return null } @@ -74,13 +63,6 @@ function Inner() { a.border_t, t.atoms.border_contrast_low, ]}> - c[1]) as [string, string, ...string[]]} - locations={ - gradient.values.map(c => c[0]) as [number, number, ...number[]] - } - style={[a.absolute, a.inset_0]} - /> - + Trending - - See more - + {({hovered, pressed}) => ( + + See more + + )}