Use WEBAPP_URL (#22568)

This commit is contained in:
Joe Au-Yeung
2025-07-17 07:29:58 +00:00
committed by GitHub
parent ec58e59865
commit a498641b61
@@ -92,7 +92,7 @@ const getTabs = (orgBranding: OrganizationBranding | null) => {
? [
{
name: "members",
href: "https://app.cal.com/settings/organizations/i/members",
href: `${WEBAPP_URL}/settings/organizations/i/members`,
isExternalLink: true,
},
]