diff options
author | Paul Frazee <pfrazee@gmail.com> | 2023-12-05 13:35:42 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-05 13:35:42 -0800 |
commit | e7f973852f0b7f086d7648c4a978c0c46025c2eb (patch) | |
tree | 5db9bbb82a459695d22d16753237efd03e99618e /src/view/com/modals/ChangeHandle.tsx | |
parent | 5f553c29dfdac1bf81debe5e28983a9dbe74bd7f (diff) | |
download | voidsky-e7f973852f0b7f086d7648c4a978c0c46025c2eb.tar.zst |
Signup flow minor UI fixes (#2094)
* Fix layout of no-policy notice * Fix spacing
Diffstat (limited to 'src/view/com/modals/ChangeHandle.tsx')
-rw-r--r-- | src/view/com/modals/ChangeHandle.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/view/com/modals/ChangeHandle.tsx b/src/view/com/modals/ChangeHandle.tsx index 03516d35a..31f6d6ea7 100644 --- a/src/view/com/modals/ChangeHandle.tsx +++ b/src/view/com/modals/ChangeHandle.tsx @@ -267,7 +267,7 @@ function ProvidedHandleForm({ /> </View> <Text type="md" style={[pal.textLight, s.pl10, s.pt10]}> - <Trans>Your full handle will be </Trans> + <Trans>Your full handle will be</Trans>{' '} <Text type="md-bold" style={pal.textLight}> @{createFullHandle(handle, userDomain)} </Text> |