mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-22 17:33:23 +01:00
Fix slack link
This commit is contained in:
parent
9b524b4f28
commit
c88c3ccd81
@ -42,7 +42,7 @@ InfoScreen.prototype.render = function() {
|
||||
|
||||
h('div', [
|
||||
h('a', {
|
||||
href: 'https://consensys.slack.com/archives/team-metamask',
|
||||
href: 'http://slack.metamask.io',
|
||||
target: '_blank',
|
||||
onClick(event) { this.navigateTo(event.target.href) },
|
||||
}, 'Join the conversation on Slack'),
|
||||
|
Loading…
Reference in New Issue
Block a user