removed team from profile url (#1359)
This commit is contained in:
parent
a6382cf07f
commit
0dd72888a9
1 changed files with 1 additions and 1 deletions
|
@ -196,7 +196,7 @@ function SettingsView(props: ComponentProps<typeof Settings> & { localeProp: str
|
||||||
name="username"
|
name="username"
|
||||||
addOnLeading={
|
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">
|
<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>
|
</span>
|
||||||
}
|
}
|
||||||
ref={usernameRef}
|
ref={usernameRef}
|
||||||
|
|
Loading…
Reference in a new issue