mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-22 17:33:23 +01:00
Fix github link on info page
This commit is contained in:
parent
48220cff0e
commit
18cf635735
@ -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…
Reference in New Issue
Block a user