typo in links.component.html korrigiert

This commit is contained in:
2026-06-26 07:42:35 +02:00
parent 3d7c66566f
commit 47f3e5db5c
+1 -1
View File
@@ -5,7 +5,7 @@
{{ link.name }}
</h4>
<a href="{{ link.link }}" target="_blank" class="card-link">
<img src="/api/assets/{{ link.bild }}?width=200" alt="{{ link.name }}" style="width:100px">" style="width:100px" >
<img src="/api/assets/{{ link.bild }}?width=200" alt="{{ link.name }}" style="width:100px">
</a>
<div class="card-body">
<p class="card-text">{{ link.beschreibung }}</p>