aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/info.js
diff options
context:
space:
mode:
authorkumavis <aaron@kumavis.me>2016-06-24 05:01:16 +0800
committerkumavis <aaron@kumavis.me>2016-06-24 05:01:16 +0800
commit2a3660fe6018f3a9e4636a18276280780e717300 (patch)
tree54e3daeba1b2d443ec687fbf4f209b8119987757 /ui/app/info.js
parent122576a790b8621c0e32121d815850357c453a77 (diff)
parent216e7235dd590bffacb0778e387030e9bd0d90bc (diff)
downloadtangerine-wallet-browser-2a3660fe6018f3a9e4636a18276280780e717300.tar
tangerine-wallet-browser-2a3660fe6018f3a9e4636a18276280780e717300.tar.gz
tangerine-wallet-browser-2a3660fe6018f3a9e4636a18276280780e717300.tar.bz2
tangerine-wallet-browser-2a3660fe6018f3a9e4636a18276280780e717300.tar.lz
tangerine-wallet-browser-2a3660fe6018f3a9e4636a18276280780e717300.tar.xz
tangerine-wallet-browser-2a3660fe6018f3a9e4636a18276280780e717300.tar.zst
tangerine-wallet-browser-2a3660fe6018f3a9e4636a18276280780e717300.zip
Merge branch 'master' of github.com:MetaMask/metamask-plugin into svg-notif
Diffstat (limited to 'ui/app/info.js')
-rw-r--r--ui/app/info.js12
1 files changed, 3 insertions, 9 deletions
diff --git a/ui/app/info.js b/ui/app/info.js
index e3b68fed5..32b5a22e8 100644
--- a/ui/app/info.js
+++ b/ui/app/info.js
@@ -56,10 +56,7 @@ InfoScreen.prototype.render = function () {
},
}),
- h('.info', {
- style: {
- marginBottom: '20px',
- }},
+ h('.info',
`For more information on MetaMask
you can visit our web site. If you want to
contact us with questions or just
@@ -79,11 +76,7 @@ InfoScreen.prototype.render = function () {
h('img.icon-size', {
src: manifest.icons[128],
}),
- h('div.info', {
- style: {
- fontWeight: 800,
- },
- }, 'Visit our web site'),
+ h('div.info', 'Visit our web site'),
]),
]),
h('div.fa.fa-slack', [
@@ -106,6 +99,7 @@ InfoScreen.prototype.render = function () {
h('a.info', {
href: 'mailto:hello@metamask.io?subject=Feedback',
target: '_blank',
+ style: { width: '85vw' },
}, 'Email us any questions or comments!'),
]),