Fix for the mailto link

feature/default_network_editable
Frankie 9 years ago
parent 4200eeeeed
commit ef743499cb
  1. 2
      ui/app/info.js

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

Loading…
Cancel
Save