diff options
author | kumavis <aaron@kumavis.me> | 2017-09-14 06:32:59 +0800 |
---|---|---|
committer | kumavis <aaron@kumavis.me> | 2017-09-14 06:32:59 +0800 |
commit | 0687c822baf7dcde8e96afa25ebc84491a061d07 (patch) | |
tree | f5f6c429649af579d97eaa5940cab94dbc365a29 | |
parent | d7097db0221cf6b6958ceb65e9ce4c893a8dfb61 (diff) | |
parent | c634ca3ba40ca6c1e82962c94d21eaba88800e3f (diff) | |
download | tangerine-wallet-browser-0687c822baf7dcde8e96afa25ebc84491a061d07.tar.gz tangerine-wallet-browser-0687c822baf7dcde8e96afa25ebc84491a061d07.tar.zst tangerine-wallet-browser-0687c822baf7dcde8e96afa25ebc84491a061d07.zip |
Merge branch 'filter-leak-fix3' of github.com:MetaMask/metamask-extension into filter-leak-fix3
-rw-r--r-- | CHANGELOG.md | 1 | ||||
-rw-r--r-- | ui/app/info.js | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index e3cf3505a..1ba214cce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ - Add ability to export seed words as a file. - Changed state logs to a file download than a clipboard copy. - Fixed a long standing memory leak associated with filters installed by dapps +- Fix link to support center. ## 3.10.0 2017-9-11 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'), ]), |