diff --git a/src/screens/StarterPack/StarterPackLandingScreen.tsx b/src/screens/StarterPack/StarterPackLandingScreen.tsx index d34af1f6..643a7221 100644 --- a/src/screens/StarterPack/StarterPackLandingScreen.tsx +++ b/src/screens/StarterPack/StarterPackLandingScreen.tsx @@ -31,7 +31,6 @@ import {atoms as a, useTheme} from '#/alf' import {Button, ButtonText} from '#/components/Button' import {useDialogControl} from '#/components/Dialog' import * as FeedCard from '#/components/FeedCard' -import {ChevronLeft_Stroke2_Corner0_Rounded} from '#/components/icons/Chevron' import {LinearGradientBackground} from '#/components/LinearGradientBackground' import {ListMaybePlaceholder} from '#/components/Lists' import {Default as ProfileCard} from '#/components/ProfileCard' @@ -168,31 +167,6 @@ function LandingScreenLoaded({ paddingTop: 100, }, ]}> - { - setActiveStarterPack(undefined) - }} - accessibilityLabel={_(msg`Back`)} - accessibilityHint={_(msg`Go back to previous screen`)}> - -