Update Step3.tsx (#2638)

zio/stable
Minseo Lee 2024-02-06 06:50:33 +09:00 committed by GitHub
parent 0bbe2c5e32
commit b8f0c5b538
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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]}>
<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>