diff --git a/app/layouts/news/banner.tsx b/app/layouts/news/banner.tsx index cedad42..0f39083 100644 --- a/app/layouts/news/banner.tsx +++ b/app/layouts/news/banner.tsx @@ -11,6 +11,7 @@ export const Banner = () => { const [emblaReference] = useEmblaCarousel({ loop: true }, [ Autoplay({ stopOnInteraction: false, + stopOnMouseEnter: true, }), ]) const fetcher = useFetcher()