Browse Source
Merge pull request #1616 from meriadec/update-terms-url
Update Terms & Conditions url
gre-patch-1
Gaëtan Renaudeau
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
src/config/urls.js
|
|
@ -8,7 +8,7 @@ export const urls = { |
|
|
|
|
|
|
|
// Ledger support
|
|
|
|
faq: 'https://support.ledgerwallet.com/hc/en-us', |
|
|
|
terms: 'https://www.ledgerwallet.com/terms', |
|
|
|
terms: 'https://www.ledger.com/pages/terms-of-use-and-disclaimer', |
|
|
|
noDeviceBuyNew: 'https://www.ledgerwallet.com/', |
|
|
|
noDeviceTrackOrder: 'http://order.ledgerwallet.com/', |
|
|
|
noDeviceLearnMore: 'https://www.ledgerwallet.com/', |
|
|
|