Merge pull request #2175 from MetaMask/RemoveSlackLink

Remove slack link
feature/default_network_editable
Kevin Serrano 7 years ago committed by GitHub
commit 1893c50730
  1. 2
      CHANGELOG.md
  2. 7
      ui/app/info.js

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

@ -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('div', [
h('.fa.fa-twitter', [ h('.fa.fa-twitter', [
h('a.info', { h('a.info', {

Loading…
Cancel
Save