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

zio/stable
Paul Frazee 2024-02-05 14:39:16 -08:00
commit f0e046a44b
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ export function Step3({
/> />
<Text type="lg" style={[pal.text, s.pl5, s.pt10]}> <Text type="lg" style={[pal.text, s.pl5, s.pt10]}>
<Trans>Your full handle will be</Trans>{' '} <Trans>Your full handle will be</Trans>{' '}
<Text type="lg-bold" style={[pal.text, s.ml5]}> <Text type="lg-bold" style={pal.text}>
@{createFullHandle(uiState.handle, uiState.userDomain)} @{createFullHandle(uiState.handle, uiState.userDomain)}
</Text> </Text>
</Text> </Text>