mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
Merge pull request #4436 from MetaMask/bmd/update-zenhub-links
update helpscout links to zendesk
This commit is contained in:
commit
1da103a6ed
@ -15,7 +15,7 @@ export default class TokenListPlaceholder extends Component {
|
|||||||
</div>
|
</div>
|
||||||
<a
|
<a
|
||||||
className="token-list-placeholder__link"
|
className="token-list-placeholder__link"
|
||||||
href="http://metamask.helpscoutdocs.com/article/16-managing-erc20-tokens"
|
href="https://consensys.zendesk.com/hc/en-us/articles/360004135092"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
rel="noopener noreferrer"
|
rel="noopener noreferrer"
|
||||||
>
|
>
|
||||||
|
@ -46,7 +46,7 @@ AccountImportSubview.prototype.render = function () {
|
|||||||
},
|
},
|
||||||
onClick: () => {
|
onClick: () => {
|
||||||
global.platform.openWindow({
|
global.platform.openWindow({
|
||||||
url: 'https://metamask.helpscoutdocs.com/article/17-what-are-loose-accounts',
|
url: 'https://consensys.zendesk.com/hc/en-us/articles/360004180111-What-are-imported-accounts-New-UI',
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
}, this.context.t('here')),
|
}, this.context.t('here')),
|
||||||
|
Loading…
Reference in New Issue
Block a user