mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
commit
1d3cd9768c
@ -5,6 +5,7 @@
|
|||||||
- Add ability to export private keys as a file.
|
- Add ability to export private keys as a file.
|
||||||
- Add ability to export seed words as a file.
|
- Add ability to export seed words as a file.
|
||||||
- Changed state logs to a file download than a clipboard copy.
|
- Changed state logs to a file download than a clipboard copy.
|
||||||
|
- Fix link to support center.
|
||||||
|
|
||||||
## 3.10.0 2017-9-11
|
## 3.10.0 2017-9-11
|
||||||
|
|
||||||
|
@ -103,7 +103,7 @@ InfoScreen.prototype.render = function () {
|
|||||||
[
|
[
|
||||||
h('div.fa.fa-support', [
|
h('div.fa.fa-support', [
|
||||||
h('a.info', {
|
h('a.info', {
|
||||||
href: 'https://support.metamask.com',
|
href: 'https://support.metamask.io',
|
||||||
target: '_blank',
|
target: '_blank',
|
||||||
}, 'Visit our Support Center'),
|
}, 'Visit our Support Center'),
|
||||||
]),
|
]),
|
||||||
|
Loading…
Reference in New Issue
Block a user