asset directory changed

This commit is contained in:
sanjayk03-dev
2024-12-09 23:41:56 +05:30
parent c88422b646
commit b83f25cd28

View File

@@ -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;"
/> />