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

Fix github link on info page

This commit is contained in:
Dan Finlay 2016-10-31 09:30:22 -07:00
parent 48220cff0e
commit 18cf635735
2 changed files with 3 additions and 1 deletions

View File

@ -2,6 +2,8 @@
## Current Master
- Fix github link on info page to point at current repository.
## 2.13.6 2016-10-26
- Add a check for improper Transaction data.

View File

@ -145,7 +145,7 @@ InfoScreen.prototype.render = function () {
h('div.fa.fa-github', [
h('a.info', {
href: 'https://github.com/metamask/talk/issues',
href: 'https://github.com/MetaMask/metamask-plugin/issues',
target: '_blank',
onClick (event) { this.navigateTo(event.target.href) },
}, 'Start a thread on GitHub'),