mirror of
https://github.com/balena-io/etcher.git
synced 2025-04-24 07:17:18 +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)">
|
||||
<img class="list-group-item-section" alt="Drive device type logo"
|
||||
ng-if="drive.icon"
|
||||
ng-src="./assets/{{drive.icon}}.svg"
|
||||
ng-src="../assets/{{drive.icon}}.svg"
|
||||
width="25"
|
||||
height="30">
|
||||
<div
|
||||
|
Loading…
x
Reference in New Issue
Block a user