From 0dd72888a9b1600e1c161d77d50e22e88a4b9cda Mon Sep 17 00:00:00 2001 From: Syed Ali Shahbaz <52925846+alishaz-polymath@users.noreply.github.com> Date: Mon, 20 Dec 2021 21:56:35 +0530 Subject: [PATCH] removed team from profile url (#1359) --- pages/settings/profile.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/settings/profile.tsx b/pages/settings/profile.tsx index 9e1da0fec4..767cf01a82 100644 --- a/pages/settings/profile.tsx +++ b/pages/settings/profile.tsx @@ -196,7 +196,7 @@ function SettingsView(props: ComponentProps & { localeProp: str name="username" addOnLeading={ - {process.env.NEXT_PUBLIC_APP_URL}/{"team/"} + {process.env.NEXT_PUBLIC_APP_URL}/ } ref={usernameRef}