mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-22 09:23:21 +01:00
Add support page link to help page
Also adjust github link to be a new bug link, which goes to the new issue page.
This commit is contained in:
parent
43a3d0d01d
commit
a4e567ffc5
@ -3,6 +3,7 @@
|
||||
## Current Master
|
||||
|
||||
- Now redirects from known malicious sites faster.
|
||||
- Added a link to our new support page to the help screen.
|
||||
|
||||
## 3.9.0 2017-7-12
|
||||
|
||||
|
@ -97,11 +97,17 @@ InfoScreen.prototype.render = function () {
|
||||
paddingLeft: '30px',
|
||||
}},
|
||||
[
|
||||
h('div.fa.fa-support', [
|
||||
h('a.info', {
|
||||
href: 'http://metamask.consensyssupport.happyfox.com',
|
||||
target: '_blank',
|
||||
}, 'Visit our Support Center'),
|
||||
]),
|
||||
h('div.fa.fa-github', [
|
||||
h('a.info', {
|
||||
href: 'https://github.com/MetaMask/faq',
|
||||
href: 'https://github.com/MetaMask/metamask-extension/issues/new',
|
||||
target: '_blank',
|
||||
}, 'Need Help? Read our FAQ!'),
|
||||
}, 'Found a bug? Report it!'),
|
||||
]),
|
||||
h('div', [
|
||||
h('a', {
|
||||
|
Loading…
Reference in New Issue
Block a user