mirror of
https://github.com/balena-io/etcher.git
synced 2025-04-24 15:27:17 +00:00
minifix: use svg contents list in main template (#2113)
We use a list instead of element with `svg-icon` in `main.tpl.html`, as required by the `svg-icon` component and will return an error otherwise. Fixes: https://github.com/resin-io/etcher/issues/2078 Change-Type: patch Changelog-Entry: Use SVG contents list in main template.
This commit is contained in:
parent
faf9b113a9
commit
3fe5d7711f
@ -3,7 +3,7 @@
|
||||
<div class="box text-center relative" os-dropzone="image.selectImageByPath($file)">
|
||||
|
||||
<div class="center-block">
|
||||
<svg-icon contents="main.selection.getImageLogo()" paths="[ '../../assets/image.svg' ]"></svg-icon>
|
||||
<svg-icon contents="[ main.selection.getImageLogo() ]" paths="[ '../../assets/image.svg' ]"></svg-icon>
|
||||
</div>
|
||||
|
||||
<div class="space-vertical-large">
|
||||
|
Loading…
x
Reference in New Issue
Block a user