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

Merge pull request #161 from MetaMask/FixSlackLink

Fix slack link
This commit is contained in:
Dan Finlay 2016-04-29 12:54:20 -07:00
commit 1638ac721a
2 changed files with 2 additions and 1 deletions

View File

@ -6,6 +6,7 @@
- The account detail view now has a "Change acct" button which shows the account list.
- Clicking accounts in the account list now both selects that account and displays that account's detail view.
- Selected account is now persisted between sessions, so the current account stays selected.
- Fixed link to Slack channel.
# 1.6.0 2016-04-22

View File

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