Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GH-2086, GH-2084, GH-2040: Update intro hub Get Plus, Midnight & Insights Modal CTA link #595

Merged
merged 8 commits into from Aug 14, 2020

Use GHOSTERY_WEBSITE_BASE_URL in insights CTA

  • Loading branch information
benstrumeyer committed Aug 13, 2020
commit 874760b0aa202d04b272db2dea3a2c0ddca20cc0
@@ -76,7 +76,7 @@ class PromoModal extends React.Component {
break;
case INSIGHTS:
sendMessage('ping', 'promo_modals_insights_upgrade_cta');
url = `${CHECKOUT_BASE_URL}/insights/?utm_source=gbe&utm_campaign=${utm_campaign}`;
url = `${GHOSTERY_WEBSITE_BASE_URL}/insights/?utm_source=gbe&utm_campaign=${utm_campaign}`;
break;
default:
}
ProTip! Use n and p to navigate between commits in a pull request.