mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
Merge pull request #3865 from MetaMask/openlinkinnewwindow
Make token helpscout link open in new tab.
This commit is contained in:
commit
e774fbcece
@ -1,6 +1,7 @@
|
||||
# Changelog
|
||||
|
||||
## Current Master
|
||||
- Fix link for 'Learn More' in the Add Token Screen to open to a new tab.
|
||||
|
||||
- Fix Download State Logs button [#3791](https://github.com/MetaMask/metamask-extension/issues/3791)
|
||||
|
||||
|
@ -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