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

Merge pull request #2175 from MetaMask/RemoveSlackLink

Remove slack link
This commit is contained in:
Kevin Serrano 2017-10-03 10:46:29 -07:00 committed by GitHub
commit 1893c50730
2 changed files with 2 additions and 7 deletions

View File

@ -2,6 +2,8 @@
## Current Master
- Remove Slack link from info page, since it is a big phishing target.
## 3.10.8 2017-9-28
- Fixed usage of new currency fetching API.

View File

@ -126,13 +126,6 @@ InfoScreen.prototype.render = function () {
]),
]),
h('div.fa.fa-slack', [
h('a.info', {
href: 'http://slack.metamask.io',
target: '_blank',
}, 'Join the conversation on Slack'),
]),
h('div', [
h('.fa.fa-twitter', [
h('a.info', {