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 ## Current Master
- Fix github link on info page to point at current repository.
## 2.13.6 2016-10-26 ## 2.13.6 2016-10-26
- Add a check for improper Transaction data. - Add a check for improper Transaction data.

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

Loading…
Cancel
Save