Fix image ring colour

This commit is contained in:
Oliver Davies 2024-03-22 15:30:47 +00:00
parent 0b90bb11bb
commit 36360ae675
2 changed files with 2 additions and 2 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-2 ring-gray-500 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>