Skip to content

Commit

Permalink
removed team from profile url (calcom#1359)
Browse files Browse the repository at this point in the history
  • Loading branch information
alishaz-polymath authored Dec 20, 2021
1 parent a6382cf commit 0dd7288
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/settings/profile.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit 0dd7288

Please sign in to comment.