From 8b566165c651a03e55fe65a970f6190dab821c61 Mon Sep 17 00:00:00 2001 From: Jan Six Date: Tue, 26 Nov 2024 21:01:15 +0100 Subject: [PATCH] fix link --- .../tokens-studio-for-figma/src/app/components/ProBadge.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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')}