Skip to content

Commit

Permalink
Merge pull request #6156 from mozilla/update-see-plans-analytics-url
Browse files Browse the repository at this point in the history
fix: Update See Plans CTA url to analytics link
  • Loading branch information
nikk15 committed Jul 6, 2023
2 parents 3aedbd2 + a9997b3 commit 488adde
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const SeePlansCTA = () => {
const logoAltText = intl.formatMessage(logoAlt);

return (
<a className={styles.see_plans_button} href="https://hubs.mozilla.com/#subscribe" target="_blank">
<a className={styles.see_plans_button} href="https://rebrand.ly/3sncpqx" target="_blank">
<img className={styles.logo} src={hubsLogo} alt={logoAltText} />
<FormattedMessage id="see-plans-cta.button" defaultMessage={"See Plans"} />
</a>
Expand Down

0 comments on commit 488adde

Please sign in to comment.