Fix support link

This commit is contained in:
Dan Finlay 2017-09-12 15:07:08 -07:00
parent cafebb6417
commit 7ed1fe90f8
1 changed files with 1 additions and 1 deletions

View File

@ -103,7 +103,7 @@ InfoScreen.prototype.render = function () {
[
h('div.fa.fa-support', [
h('a.info', {
href: 'https://support.metamask.com',
href: 'https://support.metamask.io',
target: '_blank',
}, 'Visit our Support Center'),
]),