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-2262, GH-2257, GH-2270: Add caret, Align link, Update copy #682

Merged
merged 5 commits into from Mar 15, 2021
Merged
Changes from 1 commit
Commits
File filter
Filter file types
Jump to
Jump to file
Failed to load files.

Always

Just for now

Align privacy policy link with faq descriptions

  • Loading branch information
benstrumeyer committed Feb 8, 2021
commit 2fce07612ad4ea1f72a7500e71aeea2583629797
@@ -161,11 +161,14 @@ const Step1_CreateAccountView = (props) => {
{(step === LOGIN) && renderSkipLink()}
<div className="Step1_CreateAccountView__FAQContainer">
{faqList.map(item => renderFAQListItem(item.icon, item.label, item.description))}
</div>
<div className="row">
<a className="Step1_CreateAccountView__privacyPolicyLink columns small-12 medium-10 medium-offset-1 large-8 large-offset-3" href={`${globals.GHOSTERY_BASE_URL}/about-ghostery/ghostery-plans-and-products-privacy-policy/`} target="_blank" rel="noreferrer">
{t('ghostery_dawn_onboarding_visit_our_privacy_policy')}
</a>
<div className="row">
<div className="Step1_CreateAccountView__faqIconContainer columns small-12 medium-10 large-2" />
<div className="Step1_CreateAccountView__faqItemTextContainer columns small-12 medium-10 large-10">
<a className="Step1_CreateAccountView__privacyPolicyLink" href={`${globals.GHOSTERY_BASE_URL}/about-ghostery/ghostery-plans-and-products-privacy-policy/`} target="_blank" rel="noreferrer">
{t('ghostery_dawn_onboarding_visit_our_privacy_policy')}
</a>
</div>
</div>
</div>
</Fragment>
) : (
ProTip! Use n and p to navigate between commits in a pull request.