mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 01:39:44 +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('div', [
|
||||||
h('a', {
|
h('a', {
|
||||||
href: 'https://consensys.slack.com/archives/team-metamask',
|
href: 'http://slack.metamask.io',
|
||||||
target: '_blank',
|
target: '_blank',
|
||||||
onClick(event) { this.navigateTo(event.target.href) },
|
onClick(event) { this.navigateTo(event.target.href) },
|
||||||
}, 'Join the conversation on Slack'),
|
}, 'Join the conversation on Slack'),
|
||||||
|
Loading…
Reference in New Issue
Block a user