Bluesky app fork with some witchin' additions 💫
0
fork

Configure Feed

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

Merge branch 'main' of github.com:bluesky-social/social-app into main

+1 -1
+1 -1
src/view/com/auth/create/Step3.tsx
··· 43 43 /> 44 44 <Text type="lg" style={[pal.text, s.pl5, s.pt10]}> 45 45 <Trans>Your full handle will be</Trans>{' '} 46 - <Text type="lg-bold" style={[pal.text, s.ml5]}> 46 + <Text type="lg-bold" style={pal.text}> 47 47 @{createFullHandle(uiState.handle, uiState.userDomain)} 48 48 </Text> 49 49 </Text>