about summary refs log tree commit diff
path: root/src/view/com/modals/ChangeHandle.tsx
diff options
context:
space:
mode:
authorPaul Frazee <pfrazee@gmail.com>2023-12-05 13:35:42 -0800
committerGitHub <noreply@github.com>2023-12-05 13:35:42 -0800
commite7f973852f0b7f086d7648c4a978c0c46025c2eb (patch)
tree5db9bbb82a459695d22d16753237efd03e99618e /src/view/com/modals/ChangeHandle.tsx
parent5f553c29dfdac1bf81debe5e28983a9dbe74bd7f (diff)
downloadvoidsky-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.tsx2
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>