diff options
author | Paul Frazee <pfrazee@gmail.com> | 2024-02-05 14:39:16 -0800 |
---|---|---|
committer | Paul Frazee <pfrazee@gmail.com> | 2024-02-05 14:39:16 -0800 |
commit | f0e046a44b022859064c713ed86e740129ac07dd (patch) | |
tree | 661fd3ab21159c23b114aaa69e5a0f2100435a98 | |
parent | 2039df4879bd0ccbc1722a0905cf29a36436e9a1 (diff) | |
parent | b8f0c5b53830200f70340c8dc33515308a8fc798 (diff) | |
download | voidsky-f0e046a44b022859064c713ed86e740129ac07dd.tar.zst |
Merge branch 'main' of github.com:bluesky-social/social-app into main
-rw-r--r-- | src/view/com/auth/create/Step3.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/view/com/auth/create/Step3.tsx b/src/view/com/auth/create/Step3.tsx index 2fd265535..3a52abf80 100644 --- a/src/view/com/auth/create/Step3.tsx +++ b/src/view/com/auth/create/Step3.tsx @@ -43,7 +43,7 @@ export function Step3({ /> <Text type="lg" style={[pal.text, s.pl5, s.pt10]}> <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)} </Text> </Text> |