Skip to content

Commit

Permalink
LW-10255 - update text for term and privacy policy (#1050)
Browse files Browse the repository at this point in the history
* chore: updated text for term and privacy policy in the first screen of the onboarding

* fix(extension): changed horizontal margin to text fits in one line
  • Loading branch information
danielmain committed Apr 10, 2024
1 parent cf8cf36 commit d444b4e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,6 @@
.legal {
margin-top: size_unit(2);
text-align: center;
margin-left: -5px;
margin-right: -5px;
}
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ export const WalletSetupOptionsStepRevamp = ({
</div>
</div>
<div className={styles.legal} data-testid="agreement-text">
By proceeding you agree to Lace’s{' '}
By clicking the Create, Connect or Restore button above, you agree with Lace’s{' '}
<a href={TERMS_OF_USE_URL} target="_blank" className={styles.link} data-testid="agreement-terms-of-service-link">
Terms of Service
</a>{' '}
Expand Down

0 comments on commit d444b4e

Please sign in to comment.