1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-22 19:26:13 +02:00

Fix slack link

This commit is contained in:
Dan Finlay 2016-04-29 11:41:56 -07:00
parent 9b524b4f28
commit c88c3ccd81

View File

@ -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'),