Fixes Menu Icon Size

This commit is contained in:
2025-08-15 09:10:19 +01:00
parent b80e81ae9a
commit e03adef2d0
+4 -4
View File
@@ -19,16 +19,16 @@
<img
src="https://img.icons8.com/ios-filled/100/ffffff/delete-sign.png"
alt="close"
width="50"
height="50"
width="30"
height="30"
/>
</span>
<span v-else class="text-5xl">
<img
src="https://img.icons8.com/ios-filled/100/ffffff/menu--v6.png"
alt="menu"
width="50"
height="50"
width="30"
height="30"
/>
</span>
</button>