Skip to content

Commit 81aaebd

Browse files
authored
chore: update terms of use link (#1452)
1 parent 2309b20 commit 81aaebd

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

apps/browser-extension-wallet/.env.defaults

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ HELP_URL=https://iohk.zendesk.com/hc/en-us/requests/new
4848
FAQ_URL=https://www.lace.io/faq
4949
PRIVACY_POLICY_URL=https://www.lace.io/iog-privacy-policy.pdf
5050
COOKIE_POLICY_URL=https://www.lace.io/lace-cookie-policy.pdf
51-
TERMS_OF_USE_URL=https://www.lace.io/lace-terms-of-use.pdf
51+
TERMS_OF_USE_URL=https://www.lace.io/iohktermsandconditions.pdf
5252
YOUTUBE_RECOVERY_PHRASE_VIDEO_URL=https://www.youtube-nocookie.com/embed/hOFVXo969rk?si=0a-hNDVME6eTboIX
5353
BANXA_LACE_URL=https://lacewallet.banxa-sandbox.com/
5454
BANXA_HOMEPAGE_URL=https://banxa.com/

apps/browser-extension-wallet/.env.developerpreview

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ HELP_URL=https://iohk.zendesk.com/hc/en-us/requests/new
4848
FAQ_URL=https://www.lace.io/faq
4949
PRIVACY_POLICY_URL=https://www.lace.io/iog-privacy-policy.pdf
5050
COOKIE_POLICY_URL=https://www.lace.io/lace-cookie-policy.pdf
51-
TERMS_OF_USE_URL=https://www.lace.io/lace-terms-of-use.pdf
51+
TERMS_OF_USE_URL=https://www.lace.io/iohktermsandconditions.pdf
5252
YOUTUBE_RECOVERY_PHRASE_VIDEO_URL=https://www.youtube-nocookie.com/embed/hOFVXo969rk?si=0a-hNDVME6eTboIX
5353
BANXA_LACE_URL=https://lacewallet.banxa-sandbox.com/
5454
BANXA_HOMEPAGE_URL=https://banxa.com/

apps/browser-extension-wallet/.env.example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ HELP_URL=https://iohk.zendesk.com/hc/en-us/requests/new
4545
FAQ_URL=https://www.lace.io/faq
4646
PRIVACY_POLICY_URL=https://www.lace.io/iog-privacy-policy.pdf
4747
COOKIE_POLICY_URL=https://www.lace.io/lace-cookie-policy.pdf
48-
TERMS_OF_USE_URL=https://www.lace.io/lace-terms-of-use.pdf
48+
TERMS_OF_USE_URL=https://www.lace.io/iohktermsandconditions.pdf
4949
YOUTUBE_RECOVERY_PHRASE_VIDEO_URL=https://www.youtube-nocookie.com/embed/hOFVXo969rk?si=0a-hNDVME6eTboIX
5050
BANXA_LACE_URL=https://lacewallet.banxa-sandbox.com/
5151
BANXA_HOMEPAGE_URL=https://banxa.com/

packages/e2e-tests/src/assert/commonAssert.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ class CommonAssert {
7676
break;
7777
case 'Terms of service':
7878
case 'Terms and conditions':
79-
expectedUrl = 'https://www.lace.io/lace-terms-of-use.pdf';
79+
expectedUrl = 'https://www.lace.io/iohktermsandconditions.pdf';
8080
break;
8181
default:
8282
throw new Error(`Unsupported legal link - ${linkName}`);

0 commit comments

Comments
 (0)