diff options
Diffstat (limited to 'src/screens/Onboarding/StepAlgoFeeds/index.tsx')
-rw-r--r-- | src/screens/Onboarding/StepAlgoFeeds/index.tsx | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/screens/Onboarding/StepAlgoFeeds/index.tsx b/src/screens/Onboarding/StepAlgoFeeds/index.tsx index 35f525ef2..4ba61696f 100644 --- a/src/screens/Onboarding/StepAlgoFeeds/index.tsx +++ b/src/screens/Onboarding/StepAlgoFeeds/index.tsx @@ -6,9 +6,9 @@ import {useLingui} from '@lingui/react' import {useAnalytics} from '#/lib/analytics/analytics' import {logEvent} from '#/lib/statsig/statsig' import { - Description, + DescriptionText, OnboardingControls, - Title, + TitleText, } from '#/screens/Onboarding/Layout' import {Context} from '#/screens/Onboarding/state' import {FeedCard} from '#/screens/Onboarding/StepAlgoFeeds/FeedCard' @@ -105,15 +105,15 @@ export function StepAlgoFeeds() { <View style={[a.align_start]}> <IconCircle icon={ListSparkle} style={[a.mb_2xl]} /> - <Title> + <TitleText> <Trans>Choose your main feeds</Trans> - </Title> - <Description> + </TitleText> + <DescriptionText> <Trans> Custom feeds built by the community bring you new experiences and help you find the content you love. </Trans> - </Description> + </DescriptionText> <View style={[a.w_full, a.pb_2xl]}> <Toggle.Group |