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

Restore support link

This commit is contained in:
Dan Finlay 2017-07-27 13:58:17 -07:00
parent 1d9fea8654
commit e73c7b907a

View File

@ -101,11 +101,11 @@ InfoScreen.prototype.render = function () {
paddingLeft: '30px', paddingLeft: '30px',
}}, }},
[ [
h('div.fa.fa-github', [ h('div.fa.fa-support', [
h('a.info', { h('a.info', {
href: 'https://github.com/MetaMask/faq', href: 'http://metamask.consensyssupport.happyfox.com',
target: '_blank', target: '_blank',
}, 'Need Help? Read our FAQ!'), }, 'Visit our Support Center'),
]), ]),
h('div', [ h('div', [
@ -139,7 +139,7 @@ InfoScreen.prototype.render = function () {
href: 'https://twitter.com/metamask_io', href: 'https://twitter.com/metamask_io',
target: '_blank', target: '_blank',
}, 'Follow us on Twitter'), }, 'Follow us on Twitter'),
]) ]),
]), ]),
h('div.fa.fa-envelope', [ h('div.fa.fa-envelope', [