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

Fix for the mailto link

This commit is contained in:
Frankie 2016-06-24 17:54:09 -07:00
parent 4200eeeeed
commit ef743499cb

View File

@ -97,9 +97,9 @@ InfoScreen.prototype.render = function () {
h('div.fa.fa-envelope', [ h('div.fa.fa-envelope', [
h('a.info', { h('a.info', {
href: 'mailto:hello@metamask.io?subject=Feedback',
target: '_blank', target: '_blank',
style: { width: '85vw' }, style: { width: '85vw' },
onClick () { chrome.tabs.create({url: 'mailto:help@metamask.io?subject=Feedback'}) },
}, 'Email us any questions or comments!'), }, 'Email us any questions or comments!'),
]), ]),