1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00

Fix link to open new tab.

This commit is contained in:
Kevin Serrano 2017-09-07 18:00:45 -07:00
parent 2200a1142f
commit 54a5a117d5
No known key found for this signature in database
GPG Key ID: BF999DEFC7371BA1

View File

@ -74,6 +74,7 @@ AddTokenScreen.prototype.render = function () {
h('a', {
style: { fontWeight: 'bold', paddingRight: '10px'},
href: 'https://consensyssupport.happyfox.com/staff/kb/article/24-what-is-a-token-contract-address',
target: '_blank',
}, [
h('span', 'Token Contract Address '),
h('i.fa.fa-question-circle'),