Skip to content

Commit

Permalink
fix link
Browse files Browse the repository at this point in the history
  • Loading branch information
six7 committed Nov 26, 2024
1 parent 2660f1c commit 8b56616
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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 (
<StyledProBadge href={link} target="_blank">{(existingKey && !licenseKeyError) || compact ? t('pro') : t('getPro')}</StyledProBadge>
Expand Down

0 comments on commit 8b56616

Please sign in to comment.