1
0
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:
Kevin Serrano 2018-04-04 00:09:11 -07:00
parent ca780075a8
commit 02fa5c9c32
No known key found for this signature in database
GPG Key ID: BF999DEFC7371BA1

View File

@ -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', [