Fix HTML validation errors

This commit is contained in:
Oliver Davies 2024-05-08 07:34:25 +01:00
parent 44ae1e91a1
commit 1045e5c85e
5 changed files with 24 additions and 24 deletions

View file

@ -5,7 +5,7 @@
</span>
<span>
<svg class="size-3" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" class="w-6 h-6">
<svg class="size-3" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor">
<path stroke-linecap="round" stroke-linejoin="round" d="M17.25 8.25 21 12m0 0-3.75 3.75M21 12H3" />
</svg>
</span>

View file

@ -38,7 +38,7 @@
{% if testimonial.image %}
<span class="not-prose order-first flex-shrink-0">
<img class="size-16 rounded-full ring-[3px] ring-blue-primary dark:ring-white" alt="Photo of {{ testimonial.name }}" src="{{ testimonial.image.url }}" />
<img class="size-16 rounded-full ring-[3px] ring-blue-primary dark:ring-white" alt="Photo of {{ testimonial.name }}" src="{{ testimonial.image.url }}">
</span>
{% endif %}
</footer>