asset directory changed
This commit is contained in:
@@ -23,13 +23,13 @@
|
|||||||
<Content id="switch-rotary-dialog-content">
|
<Content id="switch-rotary-dialog-content">
|
||||||
{#if isActive}
|
{#if isActive}
|
||||||
<img
|
<img
|
||||||
src={"../assets/rotary_on.png"}
|
src={"../images/rotary_on.png"}
|
||||||
alt="Rotary On"
|
alt="Rotary On"
|
||||||
style="width: 300px;height: auto;display: flex;margin: 10px 0 20px 0;"
|
style="width: 300px;height: auto;display: flex;margin: 10px 0 20px 0;"
|
||||||
/>
|
/>
|
||||||
{:else}
|
{:else}
|
||||||
<img
|
<img
|
||||||
src={"../assets/rotary_off.png"}
|
src={"../images/rotary_off.png"}
|
||||||
alt="Rotary Off"
|
alt="Rotary Off"
|
||||||
style="width: 300px;height: auto;display: flex;margin: 10px 0 20px 0;"
|
style="width: 300px;height: auto;display: flex;margin: 10px 0 20px 0;"
|
||||||
/>
|
/>
|
||||||
|
|||||||
Reference in New Issue
Block a user