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-1832/change intro hub copy to be opt in #436

Merged
merged 5 commits into from Aug 22, 2019

Pacify linter re: tabs vs spaces. Remove extra space in messages

  • Loading branch information
wlycdgr committed Aug 20, 2019
commit 720ea2db5800e1b3f286c45aef357b078b5a7ec7
@@ -1369,7 +1369,7 @@
"message": "Sign In"
},
"hub_side_navigation_log_out": {
"message": "Sign Out"
"message": "Sign Out"
},
"hub_home_page_title": {
"message": "Ghostery Hub - Home"
@@ -34,9 +34,9 @@ const HomeView = (props) => {
isPlus,
} = props;
const accountHref = `https://account.${globals.GHOSTERY_DOMAIN}.com`;
const headerInfoText = (globals.BROWSER_INFO && globals.BROWSER_INFO.name === 'firefox')
? t('hub_home_header_info_opted_out')
: t('hub_home_header_info');
const headerInfoText = (globals.BROWSER_INFO && globals.BROWSER_INFO.name === 'firefox')
? t('hub_home_header_info_opted_out')
: t('hub_home_header_info');
const tutorialFeatureClassNames = ClassNames('HomeView__onboardingFeature columns flex-container align-middle flex-dir-column', {
'feature-tutorial-complete': tutorial_complete,
'feature-tutorial': !tutorial_complete,
ProTip! Use n and p to navigate between commits in a pull request.