From e7f973852f0b7f086d7648c4a978c0c46025c2eb Mon Sep 17 00:00:00 2001 From: Paul Frazee Date: Tue, 5 Dec 2023 13:35:42 -0800 Subject: [PATCH] Signup flow minor UI fixes (#2094) * Fix layout of no-policy notice * Fix spacing --- src/view/com/auth/create/Policies.tsx | 9 ++++++--- src/view/com/auth/create/Step3.tsx | 2 +- src/view/com/modals/ChangeHandle.tsx | 2 +- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/src/view/com/auth/create/Policies.tsx b/src/view/com/auth/create/Policies.tsx index a52f0753..2c7d6081 100644 --- a/src/view/com/auth/create/Policies.tsx +++ b/src/view/com/auth/create/Policies.tsx @@ -27,8 +27,12 @@ export const Policies = ({ const pp = validWebLink(serviceDescription.links?.privacyPolicy) if (!tos && !pp) { return ( - - + + - Your full handle will be + Your full handle will be{' '} @{createFullHandle(uiState.handle, uiState.userDomain)} diff --git a/src/view/com/modals/ChangeHandle.tsx b/src/view/com/modals/ChangeHandle.tsx index 03516d35..31f6d6ea 100644 --- a/src/view/com/modals/ChangeHandle.tsx +++ b/src/view/com/modals/ChangeHandle.tsx @@ -267,7 +267,7 @@ function ProvidedHandleForm({ /> - Your full handle will be + Your full handle will be{' '} @{createFullHandle(handle, userDomain)}