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 checkout base URL

  • Loading branch information
benstrumeyer committed Aug 13, 2020
commit adbe0b8ffc5325318182006bc4e26969dde93c24
@@ -76,7 +76,7 @@ class PromoModal extends React.Component {
break;
case INSIGHTS:
sendMessage('ping', 'promo_modals_insights_upgrade_cta');
url = `https://checkout.${GHOSTERY_ROOT_DOMAIN}/insights?utm_source=gbe&utm_campaign=${utm_campaign}`;
url = `${CHECKOUT_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.