From 54cd03a674ac8b503f8c3e42f1357835ee149d00 Mon Sep 17 00:00:00 2001 From: Andreyhuey Date: Mon, 21 Oct 2024 11:55:40 +0100 Subject: [PATCH] feat: remove lazy loading --- src/components/ToolsCard.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/ToolsCard.tsx b/src/components/ToolsCard.tsx index 39256c6..554355a 100644 --- a/src/components/ToolsCard.tsx +++ b/src/components/ToolsCard.tsx @@ -47,7 +47,6 @@ export default function ToolsCard({ image, index, title }: ToolsCardProps) { fill style={{ objectFit: "contain" }} className="absolute inset-0 h-full" - loading="lazy" /> );