mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
Make token helpscout link open in new tab.
This commit is contained in:
parent
ca780075a8
commit
02fa5c9c32
@ -360,6 +360,7 @@ AddTokenScreen.prototype.renderTabs = function () {
|
||||
h('div.add-token__info-box__copy', this.context.t('keepTrackTokens')),
|
||||
h('a.add-token__info-box__copy--blue', {
|
||||
href: 'http://metamask.helpscoutdocs.com/article/16-managing-erc20-tokens',
|
||||
target: '_blank',
|
||||
}, this.context.t('learnMore')),
|
||||
]),
|
||||
h('div.add-token__input-container', [
|
||||
|
Loading…
Reference in New Issue
Block a user