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 <img
src="https://img.icons8.com/ios-filled/100/ffffff/delete-sign.png" src="https://img.icons8.com/ios-filled/100/ffffff/delete-sign.png"
alt="close" alt="close"
width="50" width="30"
height="50" height="30"
/> />
</span> </span>
<span v-else class="text-5xl"> <span v-else class="text-5xl">
<img <img
src="https://img.icons8.com/ios-filled/100/ffffff/menu--v6.png" src="https://img.icons8.com/ios-filled/100/ffffff/menu--v6.png"
alt="menu" alt="menu"
width="50" width="30"
height="50" height="30"
/> />
</span> </span>
</button> </button>