Update site settings

This commit is contained in:
Oliver Davies 2024-02-28 00:40:07 +00:00
parent 645bd2997c
commit 91486faed4
22 changed files with 304 additions and 299 deletions

View file

@ -42,7 +42,7 @@
{% if testimonial.image %}
<span class="order-first flex-shrink-0">
<img class="size-16 rounded-full ring-2 ring-grey-500 dark:ring-white" alt="Photo of {{ testimonial.name }}" src="{{ testimonial.image.url }}" />
<img class="size-16 rounded-full ring-2 ring-gray-500 dark:ring-white" alt="Photo of {{ testimonial.name }}" src="{{ testimonial.image.url }}" />
</span>
{% endif %}
</footer>