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:
parent
4200eeeeed
commit
ef743499cb
@ -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!'),
|
||||||
]),
|
]),
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user