1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-05-22 01:16:07 +02:00

chore: update utm links (#8835)

This commit is contained in:
Mateusz Kwasniewski 2024-11-22 10:04:41 +01:00 committed by GitHub
parent 705a0e50d1
commit cf741c6845
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
7 changed files with 9 additions and 9 deletions

View File

@ -67,7 +67,7 @@ export const UpgradeSSO = () => {
<b>Automatic User Provisioning via SCIM</b>. <b>Automatic User Provisioning via SCIM</b>.
</p> </p>
<StyledLink <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' target='_blank'
> >
View our Enterprise offering View our Enterprise offering

View File

@ -33,7 +33,7 @@ test('Show upgrade message and link - with tooltip', async () => {
expect(link).toHaveAttribute( expect(link).toHaveAttribute(
'href', '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( expect(link).toHaveAttribute(
'href', 'href',
'https://www.getunleash.io/upgrade_unleash?utm_source=environments', 'https://www.getunleash.io/upgrade_unleash?utm_medium=feature&utm_content=environments',
); );
}); });

View File

@ -181,7 +181,7 @@ export const PremiumFeature = ({
); );
const plansUrl = `${PLANS_URL}?feature=${feature}`; 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 = ( const content = (
<PremiumFeatureWrapper tooltip={tooltip}> <PremiumFeatureWrapper tooltip={tooltip}>

View File

@ -66,7 +66,7 @@ export const UpgradeChangeRequests = () => {
principle. principle.
</p> </p>
<StyledLink <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' target='_blank'
> >
View our Enterprise offering View our Enterprise offering

View File

@ -139,7 +139,7 @@ export const InfoSection: FC<InfoSectionProps> = () => {
</StyledListItem> </StyledListItem>
</StyledList> </StyledList>
<div> <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 View full Enterprise offering
</Button> </Button>
</div> </div>

View File

@ -64,7 +64,7 @@ export const UpgradeProjectCard = () => {
</StyledCloseButton> </StyledCloseButton>
</Tooltip> </Tooltip>
<StyledInfo <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' target='_blank'
> >
<Typography component='span' fontWeight='bold'> <Typography component='span' fontWeight='bold'>
@ -98,7 +98,7 @@ export const UpgradeProjectCard = () => {
</Typography> </Typography>
<IconButton <IconButton
color='primary' 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' target='_blank'
> >
<ArrowForwardIcon /> <ArrowForwardIcon />

View File

@ -70,7 +70,7 @@ export const UpgradeMoreEnvironments = () => {
suit your organization's needs. suit your organization's needs.
</p> </p>
<StyledLink <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' target='_blank'
> >
View our Enterprise offering View our Enterprise offering