image loading

This commit is contained in:
Cory Dransfeldt 2023-03-13 12:04:22 -07:00
parent 67553b2cdc
commit 1b67ee6f95
No known key found for this signature in database
3 changed files with 8 additions and 1 deletions

View file

@ -12,6 +12,7 @@
src={{mention.author.photo}}
alt={{mention.author.name}}
class="h-14 w-14 rounded-full border-4 border-white dark:border-gray-900 transition-all hover:border-primary-500 dark:hover:border-primary-300"
loading="lazy"
/>
</a>
</li>
@ -30,6 +31,7 @@
src={{mention.author.photo}}
alt={{mention.author.name}}
class="h-14 w-14 rounded-full border-4 border-white dark:border-gray-900 transition-all hover:border-primary-500 dark:hover:border-primary-300"
loading="lazy"
/>
</a>
</li>
@ -47,6 +49,7 @@
src={{mention.author.photo}}
alt={{mention.author.name}}
class="h-14 w-14 rounded-full border-4 border-white dark:border-gray-900 transition-all group-hover:border-primary-500 dark:group-hover:border-primary-300"
loading="lazy"
/>
<div class="ml-3">
<p class="text-sm group-hover:text-primary-500 dark:group-hover:text-primary-300">{{mention.content.text}}</p>