From ea37298cdd3dec881a6283eee166b4b508ba12bc Mon Sep 17 00:00:00 2001 From: Josh Date: Mon, 8 Jul 2024 08:10:26 +1200 Subject: [PATCH] Remove broken and void back button (#4744) --- .../StarterPack/StarterPackLandingScreen.tsx | 26 ------------------- 1 file changed, 26 deletions(-) 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`)}> - -