mirror of
https://github.com/Queer-Lexikon/regenbogenkarte
synced 2024-11-10 06:34:21 +00:00
Remove 'src' attriute from legend template
This commit is contained in:
parent
28cb5f0bf0
commit
c50b175f37
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue