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

Update historical stats learn more link

  • Loading branch information
benstrumeyer committed Oct 27, 2020
commit 4c9e9b09fc2706cc38ccd1b1cf7d199c9b861bca
@@ -2099,7 +2099,7 @@
"content": "</a>"
},
"link_start": {
"content": "<br><a target=\"_blank\" rel=\"noopener noreferrer\" href=\"https://www.ghostery.com/products/plus?utm_source=gbe&utm_campaign=in_app_hstats_lm\">"
"content": "<br><a target=\"_blank\" rel=\"noopener noreferrer\" href=\"https://www.ghostery.com/pricing?utm_source=gbe&utm_campaign=in_app_hstats_lm\">"
This conversation was marked as resolved by wlycdgr

This comment has been minimized.

@wlycdgr

wlycdgr Oct 27, 2020
Member

Let's update this to use GHOSTERY_BASE_URL too, if you can figure out a way to do this that doesn't require too much reworking of the code. Maybe this link can be pulled out of the string and instead be implemented in the component as a PanelToTabLink?

This comment has been minimized.

@benstrumeyer

benstrumeyer Oct 28, 2020
Author Contributor

Good idea. Refactored to use PanelToTabLink!

}
}
},
ProTip! Use n and p to navigate between commits in a pull request.