diff --git a/src/pages/discover/hooks/useIntersectionObserver.tsx b/src/pages/discover/hooks/useIntersectionObserver.tsx index 1e817410..4a2c9aa0 100644 --- a/src/pages/discover/hooks/useIntersectionObserver.tsx +++ b/src/pages/discover/hooks/useIntersectionObserver.tsx @@ -23,7 +23,7 @@ export function useIntersectionObserver( }, { ...options, - rootMargin: options.rootMargin || "200px 0px", + rootMargin: options.rootMargin || "400px 0px", }, );