From b5b74a788c533d0fa38a7a40da3421c5643f55ae Mon Sep 17 00:00:00 2001 From: Anik Dhabal Babu Date: Wed, 6 Mar 2024 14:52:59 +0000 Subject: [PATCH] fix: overflow issue with user name input --- apps/web/src/components/forms/v2/signup.tsx | 4 ++-- apps/web/src/components/ui/user-profile-skeleton.tsx | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/apps/web/src/components/forms/v2/signup.tsx b/apps/web/src/components/forms/v2/signup.tsx index 189116e01..bf1814588 100644 --- a/apps/web/src/components/forms/v2/signup.tsx +++ b/apps/web/src/components/forms/v2/signup.tsx @@ -360,7 +360,7 @@ export const SignUpFormV2 = ({ {step === 'CLAIM_USERNAME' && (
-
+
{baseUrl.host}/u/{field.value || ''}
diff --git a/apps/web/src/components/ui/user-profile-skeleton.tsx b/apps/web/src/components/ui/user-profile-skeleton.tsx index 1c8f35b64..c6936522b 100644 --- a/apps/web/src/components/ui/user-profile-skeleton.tsx +++ b/apps/web/src/components/ui/user-profile-skeleton.tsx @@ -24,9 +24,9 @@ export const UserProfileSkeleton = ({ className, user, rows = 2 }: UserProfileSk className, )} > -
+
{baseUrl.host}/u/ - {user.url} + {user.url}