diff --git a/client/src/pages/home.tsx b/client/src/pages/home.tsx index 0f57d43..7bc1a03 100644 --- a/client/src/pages/home.tsx +++ b/client/src/pages/home.tsx @@ -235,7 +235,7 @@ function FeaturedCarousel({ articles, popular, galleryImages }: { articles: Arti return (
setPaused(true)} onMouseLeave={() => setPaused(false)}>
-
+
{isGalleryPage && galleryImages ? ( ) : hero ? ( @@ -243,9 +243,9 @@ function FeaturedCarousel({ articles, popular, galleryImages }: { articles: Arti ) : null}
{!wide && ( -
+
{side.map((a) => ( - + ))}
)}