Merge pull request #786 from MetaMask/i763-GithubLink

Fix github link on info page
feature/default_network_editable
kumavis 8 years ago committed by GitHub
commit 30ff9b5e10
  1. 2
      CHANGELOG.md
  2. 2
      ui/app/info.js

@ -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.

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

Loading…
Cancel
Save