Skip to content

Commit 996c70e

Browse files
committed
chore: Delazyload Image
1 parent 74c53ed commit 996c70e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Components/Home/Hero/AnimatedImage.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@ const AnimatedImage: React.FC<AnimatedImageProps> = ({
6060
onMouseEnter={() => handleMouseEnter(currentIndex)}
6161
onMouseLeave={handleMouseLeave}
6262
width="280"
63-
loading="lazy"
6463
/>
6564
);
6665
};

0 commit comments

Comments
 (0)