mirror of
https://github.com/balena-io/etcher.git
synced 2025-07-22 10:46:31 +00:00
fix(gui): Fix usbboot drive icon path
Change-Type: patch
This commit is contained in:
parent
9b42960b2f
commit
2aa37571f0
@ -11,7 +11,7 @@
|
|||||||
ng-click="modal.toggleDrive(drive)">
|
ng-click="modal.toggleDrive(drive)">
|
||||||
<img class="list-group-item-section" alt="Drive device type logo"
|
<img class="list-group-item-section" alt="Drive device type logo"
|
||||||
ng-if="drive.icon"
|
ng-if="drive.icon"
|
||||||
ng-src="./assets/{{drive.icon}}.svg"
|
ng-src="../assets/{{drive.icon}}.svg"
|
||||||
width="25"
|
width="25"
|
||||||
height="30">
|
height="30">
|
||||||
<div
|
<div
|
||||||
|
Loading…
x
Reference in New Issue
Block a user