mirror of
https://github.com/Unleash/unleash.git
synced 2025-02-23 00:22:19 +01:00
chore: update utm links (#8835)
This commit is contained in:
parent
705a0e50d1
commit
cf741c6845
@ -67,7 +67,7 @@ export const UpgradeSSO = () => {
|
||||
<b>Automatic User Provisioning via SCIM</b>.
|
||||
</p>
|
||||
<StyledLink
|
||||
href='https://www.getunleash.io/upgrade-unleash?utm_source=sso'
|
||||
href='https://www.getunleash.io/upgrade-unleash?utm_source=oss&utm_medium=feature&utm_content=sso'
|
||||
target='_blank'
|
||||
>
|
||||
View our Enterprise offering
|
||||
|
@ -33,7 +33,7 @@ test('Show upgrade message and link - with tooltip', async () => {
|
||||
|
||||
expect(link).toHaveAttribute(
|
||||
'href',
|
||||
'https://www.getunleash.io/upgrade_unleash?utm_source=environments',
|
||||
'https://www.getunleash.io/upgrade_unleash?utm_medium=feature&utm_content=environments',
|
||||
);
|
||||
});
|
||||
|
||||
@ -50,6 +50,6 @@ test('Show upgrade message and link - without tooltip', async () => {
|
||||
|
||||
expect(link).toHaveAttribute(
|
||||
'href',
|
||||
'https://www.getunleash.io/upgrade_unleash?utm_source=environments',
|
||||
'https://www.getunleash.io/upgrade_unleash?utm_medium=feature&utm_content=environments',
|
||||
);
|
||||
});
|
||||
|
@ -181,7 +181,7 @@ export const PremiumFeature = ({
|
||||
);
|
||||
|
||||
const plansUrl = `${PLANS_URL}?feature=${feature}`;
|
||||
const upgradeUrl = `${UPGRADE_URL}?utm_source=${feature}`;
|
||||
const upgradeUrl = `${UPGRADE_URL}?utm_medium=feature&utm_content=${feature}`;
|
||||
|
||||
const content = (
|
||||
<PremiumFeatureWrapper tooltip={tooltip}>
|
||||
|
@ -66,7 +66,7 @@ export const UpgradeChangeRequests = () => {
|
||||
principle.
|
||||
</p>
|
||||
<StyledLink
|
||||
href='https://www.getunleash.io/upgrade-unleash?utm_source=change-requests'
|
||||
href='https://www.getunleash.io/upgrade-unleash?utm_source=oss&utm_medium=feature&utm_content=change-requests'
|
||||
target='_blank'
|
||||
>
|
||||
View our Enterprise offering
|
||||
|
@ -139,7 +139,7 @@ export const InfoSection: FC<InfoSectionProps> = () => {
|
||||
</StyledListItem>
|
||||
</StyledList>
|
||||
<div>
|
||||
<Button href='https://www.getunleash.io/upgrade_unleash?utm_source=dashboard'>
|
||||
<Button href='https://www.getunleash.io/upgrade_unleash?utm_source=oss&utm_medium=feature&utm_content=dashboard'>
|
||||
View full Enterprise offering
|
||||
</Button>
|
||||
</div>
|
||||
|
@ -64,7 +64,7 @@ export const UpgradeProjectCard = () => {
|
||||
</StyledCloseButton>
|
||||
</Tooltip>
|
||||
<StyledInfo
|
||||
href='https://www.getunleash.io/upgrade-unleash?utm_source=projects'
|
||||
href='https://www.getunleash.io/upgrade-unleash?utm_source=oss&utm_medium=feature&utm_content=projects'
|
||||
target='_blank'
|
||||
>
|
||||
<Typography component='span' fontWeight='bold'>
|
||||
@ -98,7 +98,7 @@ export const UpgradeProjectCard = () => {
|
||||
</Typography>
|
||||
<IconButton
|
||||
color='primary'
|
||||
href='https://www.getunleash.io/upgrade-unleash?utm_source=projects'
|
||||
href='https://www.getunleash.io/upgrade-unleash?utm_source=oss&utm_medium=feature&utm_content=projects'
|
||||
target='_blank'
|
||||
>
|
||||
<ArrowForwardIcon />
|
||||
|
@ -70,7 +70,7 @@ export const UpgradeMoreEnvironments = () => {
|
||||
suit your organization's needs.
|
||||
</p>
|
||||
<StyledLink
|
||||
href='https://www.getunleash.io/upgrade-unleash?utm_source=environments'
|
||||
href='https://www.getunleash.io/upgrade-unleash?utm_source=oss&utm_medium=feature&utm_content=environments'
|
||||
target='_blank'
|
||||
>
|
||||
View our Enterprise offering
|
||||
|
Loading…
Reference in New Issue
Block a user