Bluesky app fork with some witchin' additions 💫
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

tweak case of labels in SearchResults.tsx (#8759)

authored by

surfdude29 and committed by
GitHub
33e07149 b3d207c7

+2 -2
+2 -2
src/screens/Search/SearchResults.tsx
··· 255 255 <Trans> 256 256 <InlineLinkText 257 257 style={[pal.link]} 258 - label={_(msg`sign in`)} 258 + label={_(msg`Sign in`)} 259 259 to={'#'} 260 260 onPress={showSignIn}> 261 261 Sign in ··· 263 263 <Text style={t.atoms.text_contrast_medium}> or </Text> 264 264 <InlineLinkText 265 265 style={[pal.link]} 266 - label={_(msg`create an account`)} 266 + label={_(msg`Create an account`)} 267 267 to={'#'} 268 268 onPress={showCreateAccount}> 269 269 create an account