diff options
Diffstat (limited to 'ui/app/info.js')
-rw-r--r-- | ui/app/info.js | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/ui/app/info.js b/ui/app/info.js index 03f00a027..b69e006d5 100644 --- a/ui/app/info.js +++ b/ui/app/info.js @@ -69,11 +69,11 @@ InfoScreen.prototype.render = function() { h('div',{ style: { - paddingLeft: '25px', + paddingLeft: '30px', }}, [ h('div', [ - h('a.info', { + h('a', { href: 'https://metamask.io/', target: '_blank', onClick(event) { this.navigateTo(event.target.href) }, @@ -81,9 +81,9 @@ InfoScreen.prototype.render = function() { h('img.icon-size', { src: manifest.icons[128] }), - h('.info',{ + h('div.info',{ style: { - display: 'inherit', + fontWeight: 800, } },'Visit our web site') ]) |