removed team from profile url (#1359)

This commit is contained in:
Syed Ali Shahbaz 2021-12-20 21:56:35 +05:30 committed by GitHub
parent a6382cf07f
commit 0dd72888a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -196,7 +196,7 @@ function SettingsView(props: ComponentProps<typeof Settings> & { localeProp: str
name="username"
addOnLeading={
<span className="inline-flex items-center px-3 text-gray-500 border border-r-0 border-gray-300 rounded-l-sm bg-gray-50 sm:text-sm">
{process.env.NEXT_PUBLIC_APP_URL}/{"team/"}
{process.env.NEXT_PUBLIC_APP_URL}/
</span>
}
ref={usernameRef}