Remove 'src' attriute from legend template

This commit is contained in:
Zora Franke 2024-06-29 21:19:50 +02:00 committed by Jasmin
parent 28cb5f0bf0
commit c50b175f37

View file

@ -228,7 +228,7 @@
<template id="legend-list-entry">
<li class="flex flex-col lg:flex-row items-center mb-2 last:mb-0">
<img src="to_be_set" alt="" class="w-12 h-12 mr-4" />
<img alt="" class="w-12 h-12 mr-4" />
<span class="text-sm">description</span>
</li>
</template>