diff options
author | Whymarrh Whitby <whymarrh.whitby@gmail.com> | 2018-10-12 00:06:24 +0800 |
---|---|---|
committer | Whymarrh Whitby <whymarrh.whitby@gmail.com> | 2018-10-12 00:06:24 +0800 |
commit | 5cde74fe88cd473b6a6979686687c1b1d967d6ca (patch) | |
tree | 6e43eb142bc31f2b26167abfc7dae5d877c50842 /ui/app/components/pages | |
parent | ea8ccc6846734a56e5cd9cb174abd7d0b68d29f6 (diff) | |
download | tangerine-wallet-browser-5cde74fe88cd473b6a6979686687c1b1d967d6ca.tar tangerine-wallet-browser-5cde74fe88cd473b6a6979686687c1b1d967d6ca.tar.gz tangerine-wallet-browser-5cde74fe88cd473b6a6979686687c1b1d967d6ca.tar.bz2 tangerine-wallet-browser-5cde74fe88cd473b6a6979686687c1b1d967d6ca.tar.lz tangerine-wallet-browser-5cde74fe88cd473b6a6979686687c1b1d967d6ca.tar.xz tangerine-wallet-browser-5cde74fe88cd473b6a6979686687c1b1d967d6ca.tar.zst tangerine-wallet-browser-5cde74fe88cd473b6a6979686687c1b1d967d6ca.zip |
Update Zendesk links for new subdomain
Diffstat (limited to 'ui/app/components/pages')
-rw-r--r-- | ui/app/components/pages/add-token/token-list/token-list-placeholder/token-list-placeholder.component.js | 2 | ||||
-rw-r--r-- | ui/app/components/pages/create-account/import-account/index.js | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/ui/app/components/pages/add-token/token-list/token-list-placeholder/token-list-placeholder.component.js b/ui/app/components/pages/add-token/token-list/token-list-placeholder/token-list-placeholder.component.js index 1611f817b..20f550927 100644 --- a/ui/app/components/pages/add-token/token-list/token-list-placeholder/token-list-placeholder.component.js +++ b/ui/app/components/pages/add-token/token-list/token-list-placeholder/token-list-placeholder.component.js @@ -15,7 +15,7 @@ export default class TokenListPlaceholder extends Component { </div> <a className="token-list-placeholder__link" - href="https://consensys.zendesk.com/hc/en-us/articles/360004135092" + href="https://metamask.zendesk.com/hc/en-us/articles/360015489031" target="_blank" rel="noopener noreferrer" > diff --git a/ui/app/components/pages/create-account/import-account/index.js b/ui/app/components/pages/create-account/import-account/index.js index e2e973af9..48d8f8838 100644 --- a/ui/app/components/pages/create-account/import-account/index.js +++ b/ui/app/components/pages/create-account/import-account/index.js @@ -46,7 +46,7 @@ AccountImportSubview.prototype.render = function () { }, onClick: () => { global.platform.openWindow({ - url: 'https://consensys.zendesk.com/hc/en-us/articles/360004180111-What-are-imported-accounts-New-UI', + url: 'https://metamask.zendesk.com/hc/en-us/articles/360015289932', }) }, }, this.context.t('here')), |