mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
Linting.
This commit is contained in:
parent
40baf0b7de
commit
a59422c01d
@ -112,9 +112,9 @@ InfoScreen.prototype.render = function () {
|
||||
h('img.icon-size', {
|
||||
src: manifest.icons[128],
|
||||
style: {
|
||||
filter: "grayscale(100%)", /* IE6-9 */
|
||||
WebkitFilter: "grayscale(100%)", /* Microsoft Edge and Firefox 35+ */
|
||||
}
|
||||
filter: 'grayscale(100%)', /* IE6-9 */
|
||||
WebkitFilter: 'grayscale(100%)', /* Microsoft Edge and Firefox 35+ */
|
||||
},
|
||||
}),
|
||||
h('div.info', 'Visit our web site'),
|
||||
]),
|
||||
|
Loading…
Reference in New Issue
Block a user