diff --git a/client/src/pages/home.tsx b/client/src/pages/home.tsx index c566082..6567ba0 100644 --- a/client/src/pages/home.tsx +++ b/client/src/pages/home.tsx @@ -238,25 +238,20 @@ function FeaturedCarousel({ articles, popular, galleryImages }: { articles: Arti return (
setPaused(true)} onMouseLeave={() => setPaused(false)}>
-
+
{isGalleryPage && galleryImages ? ( ) : hero ? ( ) : null}
-
- {isGalleryPage && galleryImages ? ( - <> - - - - ) : ( - side.map((a) => ( + {!isGalleryPage && ( +
+ {side.map((a) => ( - )) - )} -
+ ))} +
+ )}
{popular && popular.length > 0 && }