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)}