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-2189: Learn More link takes you to Ghostery Image url instead of site #625

Merged
merged 14 commits into from Oct 28, 2020
Merged
Changes from 1 commit
Commits
File filter
Filter file types
Jump to
Jump to file
Failed to load files.

Always

Just for now

Next

Update Learn More link in the upgrade banner promo modal

  • Loading branch information
wlycdgr committed Oct 9, 2020
commit 691e7cf7b432347fc8b5276f8e573dce3af6e36d
@@ -38,7 +38,7 @@ const Subscribe = ({ match }) => {
<div className="pitch-container">
<span className="pitch-text" dangerouslySetInnerHTML={{ __html: t('subscribe_pitch') }} />
</div>
<PanelToTabLink href="https://www.ghostery.com/products/plus?utm_source=gbe&utm_campaign=in_app_plus_lm">
<PanelToTabLink href="https://www.ghostery.com/pricing/">
This conversation was marked as resolved by wlycdgr

This comment has been minimized.

@wlycdgr

wlycdgr Oct 27, 2020
Member

Let's restore the utm params here

This comment has been minimized.

@wlycdgr

wlycdgr Oct 27, 2020
Member

Also, let's update the url to use GHOSTERY_BASE_URL to link to stage/prod as appropriate (as per Tino)

This comment has been minimized.

@benstrumeyer

benstrumeyer Oct 28, 2020
Author Contributor

Restored and updated link!

<span className="pitch-learn-more">{t('subscribe_pitch_learn_more')}</span>
</PanelToTabLink>
<div>
ProTip! Use n and p to navigate between commits in a pull request.