Fix HTML validation errors
This commit is contained in:
parent
44ae1e91a1
commit
1045e5c85e
5 changed files with 24 additions and 24 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue