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

Prev

Update CreateAccountView test snapshot

  • Loading branch information
wlycdgr committed Mar 15, 2021
commit 2bdf3204ee74f4f3fd57412dd69337141e32209b
@@ -102,18 +102,25 @@ exports[`app/hub/Views/Step1_CreateAccountView component Snapshot tests with rea
</div>
</div>
</div>
</div>
<div
className="row"
>
<a
className="Step1_CreateAccountView__privacyPolicyLink columns small-12 medium-10 medium-offset-1 large-8 large-offset-3"
href="https://ghosterystage.com/about-ghostery/ghostery-plans-and-products-privacy-policy/"
rel="noreferrer"
target="_blank"
<div
className="row"
>
ghostery_dawn_onboarding_visit_our_privacy_policy
</a>
<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="https://ghosterystage.com/about-ghostery/ghostery-plans-and-products-privacy-policy/"
rel="noreferrer"
target="_blank"
>
ghostery_dawn_onboarding_visit_our_privacy_policy
</a>
</div>
</div>
</div>
</div>
`;
ProTip! Use n and p to navigate between commits in a pull request.