diff options
author | Minseo Lee <itoupluk427@gmail.com> | 2024-02-06 06:50:33 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-05 13:50:33 -0800 |
commit | b8f0c5b53830200f70340c8dc33515308a8fc798 (patch) | |
tree | 2bc69feb12abbcceb7a7eaea49cd1edccd73f8c3 /src | |
parent | 0bbe2c5e32f72e4aaf52d7e1f72b6076517caee7 (diff) | |
download | voidsky-b8f0c5b53830200f70340c8dc33515308a8fc798.tar.zst |
Update Step3.tsx (#2638)
Diffstat (limited to 'src')
-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> |