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:
commit
1893c50730
@ -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.
|
||||
|
@ -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', {
|
||||
|
Loading…
Reference in New Issue
Block a user