aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/info.js
diff options
context:
space:
mode:
authorDan Finlay <flyswatter@users.noreply.github.com>2017-09-19 02:17:00 +0800
committerGitHub <noreply@github.com>2017-09-19 02:17:00 +0800
commit67accea693cb5f3167279ecdbe869cc464f7665a (patch)
tree42c69f96eaa7f9abadda977417c7b42d4eece114 /ui/app/info.js
parentef6967325e43de26edc0d99ac5853804648024ae (diff)
parent99856189ed463d5ff140b36399313993ffd5541c (diff)
downloadtangerine-wallet-browser-67accea693cb5f3167279ecdbe869cc464f7665a.tar.gz
tangerine-wallet-browser-67accea693cb5f3167279ecdbe869cc464f7665a.tar.zst
tangerine-wallet-browser-67accea693cb5f3167279ecdbe869cc464f7665a.zip
Merge branch 'master' into mixed-case
Diffstat (limited to 'ui/app/info.js')
-rw-r--r--ui/app/info.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/app/info.js b/ui/app/info.js
index c69d83715..4c7d4cb4c 100644
--- a/ui/app/info.js
+++ b/ui/app/info.js
@@ -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'),
]),