Skip to content

Commit

Permalink
fix: 'Contact Us' link for open source product upsell messages (#4564)
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewelwell authored Sep 4, 2024
1 parent ba5eb2f commit a6e5b34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/common/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand Down

0 comments on commit a6e5b34

Please sign in to comment.