diff --git a/src/components/image/ImageWithFallback.tsx b/src/components/image/ImageWithFallback.tsx index d3a17a67..319de3fd 100644 --- a/src/components/image/ImageWithFallback.tsx +++ b/src/components/image/ImageWithFallback.tsx @@ -38,7 +38,7 @@ export default function ImageWithFallback({ Boolean(imgRef.current?.complete) && (imgRef.current?.naturalWidth ?? 0) > 0, ), - 100, + 50, ); return () => clearTimeout(timeout); }, []);