Browse Source
Merge pull request #934 from meriadec/fix-order-url
Update `noDeviceTrackOrder` url
master
Gaëtan Renaudeau
7 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/support.js
|
|
@ -7,7 +7,7 @@ export const urls = { |
|
|
|
faq: 'https://support.ledgerwallet.com/hc/en-us', |
|
|
|
terms: 'https://www.ledgerwallet.com/terms', |
|
|
|
noDeviceBuyNew: 'https://www.ledgerwallet.com/', |
|
|
|
noDeviceTrackOrder: 'https://order.ledgerwallet.com/', |
|
|
|
noDeviceTrackOrder: 'http://order.ledgerwallet.com/', |
|
|
|
noDeviceLearnMore: 'https://www.ledgerwallet.com/', |
|
|
|
managerHelpRequest: 'https://support.ledgerwallet.com/hc/en-us/articles/360006523674 ', |
|
|
|
genuineCheckContactSupport: |
|
|
|