diff --git a/packages/tokens-studio-for-figma/src/app/components/ProBadge.tsx b/packages/tokens-studio-for-figma/src/app/components/ProBadge.tsx index a82073e58..072a52ee2 100644 --- a/packages/tokens-studio-for-figma/src/app/components/ProBadge.tsx +++ b/packages/tokens-studio-for-figma/src/app/components/ProBadge.tsx @@ -34,7 +34,7 @@ export default function ProBadge({ compact, campaign }: Props) { const licenseKeyError = useSelector(licenseKeyErrorSelector); const { t } = useTranslation(['licence']); - const link = `https://tokens.studio/pro/?ref=figma-plugin&utm_source=figma-plugin&utm_medium=pro-badge&utm_campaign=${campaign}`; + const link = `https://tokens.studio/pro?ref=figma-plugin&utm_source=figma-plugin&utm_medium=pro-badge&utm_campaign=${campaign}`; return ( {(existingKey && !licenseKeyError) || compact ? t('pro') : t('getPro')}