Update Step3.tsx (#2638)
parent
0bbe2c5e32
commit
b8f0c5b538
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue