diff --git a/client/src/pages/home.tsx b/client/src/pages/home.tsx index 0ddd994..04bd8cf 100644 --- a/client/src/pages/home.tsx +++ b/client/src/pages/home.tsx @@ -240,7 +240,7 @@ function FeaturedCarousel({ articles, popular, galleryImages }: { articles: Arti return (
setPaused(true)} onMouseLeave={() => setPaused(false)}>
-
+
{isGalleryPage && galleryImages ? ( ) : hero ? ( @@ -254,7 +254,7 @@ function FeaturedCarousel({ articles, popular, galleryImages }: { articles: Arti ))}
)} -
+
{popular && popular.length > 0 && }