|
|
@ -103,9 +103,9 @@ InfoScreen.prototype.render = function () { |
|
|
|
[ |
|
|
|
[ |
|
|
|
h('div.fa.fa-support', [ |
|
|
|
h('div.fa.fa-support', [ |
|
|
|
h('a.info', { |
|
|
|
h('a.info', { |
|
|
|
href: 'https://support.metamask.io', |
|
|
|
href: 'https://metamask.helpscoutdocs.com/', |
|
|
|
target: '_blank', |
|
|
|
target: '_blank', |
|
|
|
}, 'Visit our Support Center'), |
|
|
|
}, 'Visit our Knowledge Base'), |
|
|
|
]), |
|
|
|
]), |
|
|
|
|
|
|
|
|
|
|
|
h('div', [ |
|
|
|
h('div', [ |
|
|
@ -138,7 +138,7 @@ InfoScreen.prototype.render = function () { |
|
|
|
h('div.fa.fa-envelope', [ |
|
|
|
h('div.fa.fa-envelope', [ |
|
|
|
h('a.info', { |
|
|
|
h('a.info', { |
|
|
|
target: '_blank', |
|
|
|
target: '_blank', |
|
|
|
href: 'mailto:help@metamask.io?subject=Feedback', |
|
|
|
href: 'mailto:support@metamask.io?subject=MetaMask Support', |
|
|
|
}, 'Email us!'), |
|
|
|
}, 'Email us!'), |
|
|
|
]), |
|
|
|
]), |
|
|
|
]), |
|
|
|
]), |
|
|
|