feat: add lazy loading to character images in CharacterSearchInput component
All checks were successful
Build Docker Image / build (push) Successful in 1m19s
All checks were successful
Build Docker Image / build (push) Successful in 1m19s
This commit is contained in:
@@ -130,6 +130,7 @@
|
||||
<img
|
||||
src={character.pictureUrl}
|
||||
alt={character.name}
|
||||
loading="lazy"
|
||||
class="w-12 h-12 rounded-full object-cover border border-amber-200/30"
|
||||
/>
|
||||
{:else}
|
||||
|
||||
Reference in New Issue
Block a user