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

@ -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>