Fix link to open new tab.

feature/default_network_editable
Kevin Serrano 7 years ago
parent 2200a1142f
commit 54a5a117d5
No known key found for this signature in database
GPG Key ID: BF999DEFC7371BA1
  1. 1
      ui/app/add-token.js

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

Loading…
Cancel
Save