Skip to content

Commit

Permalink
feat: remove lazy loading
Browse files Browse the repository at this point in the history
  • Loading branch information
Andreyhuey committed Oct 21, 2024
1 parent 3f36a25 commit 54cd03a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/ToolsCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ export default function ToolsCard({ image, index, title }: ToolsCardProps) {
fill
style={{ objectFit: "contain" }}
className="absolute inset-0 h-full"
loading="lazy"
/>
</motion.div>
);
Expand Down

0 comments on commit 54cd03a

Please sign in to comment.