Fix image ring colour
This commit is contained in:
parent
0b90bb11bb
commit
36360ae675
2 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue