Skip to content

Commit a498641

Browse files
authored
Use WEBAPP_URL (calcom#22568)
1 parent ec58e59 commit a498641

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/web/app/(use-page-wrapper)/settings/(settings-layout)/SettingsLayoutAppDirClient.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ const getTabs = (orgBranding: OrganizationBranding | null) => {
9292
? [
9393
{
9494
name: "members",
95-
href: "https://app.cal.com/settings/organizations/i/members",
95+
href: `${WEBAPP_URL}/settings/organizations/i/members`,
9696
isExternalLink: true,
9797
},
9898
]

0 commit comments

Comments
 (0)