1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-04-06 01:15:28 +02:00

fix: link typo for upgrade (#8842)

This commit is contained in:
Mateusz Kwasniewski 2024-11-22 16:09:58 +01:00 committed by GitHub
parent b4bf68a4d2
commit c85c877c93
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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=oss&utm_medium=feature&utm_content=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>