mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-22 18:00:18 +01:00
commit
1638ac721a
@ -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
|
||||
|
||||
|
@ -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