From a6e5b34c3b2761cb9df7e93a2941519bb15b6dd8 Mon Sep 17 00:00:00 2001 From: Matthew Elwell Date: Wed, 4 Sep 2024 11:19:02 +0100 Subject: [PATCH] fix: 'Contact Us' link for open source product upsell messages (#4564) --- frontend/common/constants.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/common/constants.ts b/frontend/common/constants.ts index 410fcbab3414..a59810a267d4 100644 --- a/frontend/common/constants.ts +++ b/frontend/common/constants.ts @@ -446,7 +446,7 @@ export default { return Utils.isSaas() ? '/organisation-settings?tab=billing' : `https://www.flagsmith.com/pricing${ - feature ? `utm_source=${feature}` : '' + feature ? `?utm_source=${feature}` : '' }` }, githubType: {