Bluesky app fork with some witchin' additions 💫

Remove broken and void back button (#4744)

authored by josh.tngl.sh and committed by

GitHub ea37298c a6b3c97d

-26
-26
src/screens/StarterPack/StarterPackLandingScreen.tsx
··· 31 31 import {Button, ButtonText} from '#/components/Button' 32 32 import {useDialogControl} from '#/components/Dialog' 33 33 import * as FeedCard from '#/components/FeedCard' 34 - import {ChevronLeft_Stroke2_Corner0_Rounded} from '#/components/icons/Chevron' 35 34 import {LinearGradientBackground} from '#/components/LinearGradientBackground' 36 35 import {ListMaybePlaceholder} from '#/components/Lists' 37 36 import {Default as ProfileCard} from '#/components/ProfileCard' ··· 168 167 paddingTop: 100, 169 168 }, 170 169 ]}> 171 - <Pressable 172 - style={[ 173 - a.absolute, 174 - a.rounded_full, 175 - a.align_center, 176 - a.justify_center, 177 - { 178 - top: 10, 179 - left: 10, 180 - height: 35, 181 - width: 35, 182 - backgroundColor: 'rgba(0, 0, 0, 0.5)', 183 - }, 184 - ]} 185 - onPress={() => { 186 - setActiveStarterPack(undefined) 187 - }} 188 - accessibilityLabel={_(msg`Back`)} 189 - accessibilityHint={_(msg`Go back to previous screen`)}> 190 - <ChevronLeft_Stroke2_Corner0_Rounded 191 - width={20} 192 - height={20} 193 - fill="white" 194 - /> 195 - </Pressable> 196 170 <View style={[a.flex_row, a.gap_md, a.pb_sm]}> 197 171 <Logo width={76} fill="white" /> 198 172 </View>