Fix HTML validation errors
This commit is contained in:
parent
44ae1e91a1
commit
1045e5c85e
5 changed files with 24 additions and 24 deletions
|
@ -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>
|
||||
|
|
|
@ -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