From f317bb6d886f9da126c244dd993e8eda877c5a4c Mon Sep 17 00:00:00 2001 From: EdWorth120 <158087205+EdWorth120@users.noreply.github.com> Date: Wed, 22 Jan 2025 22:13:09 -0300 Subject: [PATCH] Change the tag of loading="lazy" attribute placement for it to work properly on item images. (#486) --- frontend/components/Item/Card.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/components/Item/Card.vue b/frontend/components/Item/Card.vue index 4b8997a7..c56c7c8a 100644 --- a/frontend/components/Item/Card.vue +++ b/frontend/components/Item/Card.vue @@ -4,6 +4,7 @@ @@ -12,7 +13,6 @@ v-if="item.location" class="badge rounded-md text-sm shadow-md hover:link" :to="`/location/${item.location.id}`" - loading="lazy" > {{ locationString }}