This commit is contained in:
2024-08-19 14:46:06 +02:00
parent daa7ab4e75
commit 526c6aaf7c
5 changed files with 32 additions and 47 deletions

View File

@@ -39,7 +39,7 @@
<img alt="{{ author.title }}" src="{{ author_img }}" class="w-8 h-8 rounded-full border-2 border-white bg-gray-200" />
{% endif %}
</div>
<div class="ml-3 text-gray-700 text-xs flex flex-col">
<div class="ml-3 text-gray-50 text-xs flex flex-col">
{% if author %}
<p class="uppercase">{{ author.title }}</p>
{% endif %}