diff --git a/client/src/pages/home.tsx b/client/src/pages/home.tsx index 4aee36c..14aa546 100644 --- a/client/src/pages/home.tsx +++ b/client/src/pages/home.tsx @@ -163,9 +163,9 @@ function SideCard({ article }: { article: Article }) { return (
-
-
- {article.title} +
+
+ {article.title}
{isVideo && (
@@ -175,13 +175,12 @@ function SideCard({ article }: { article: Article }) {
)}
-
-
+
+
{article.author} {timeAgo(new Date(article.publishedAt))}
-

{article.title}

-

{article.excerpt}

+

{article.title}

@@ -267,22 +266,20 @@ function FeaturedCarousel({ articles, popular, galleryImages }: { articles: Arti return (
setPaused(true)} onMouseLeave={() => setPaused(false)}> -
-
-
- {isGalleryPage && galleryImages ? ( - - ) : hero ? ( - - ) : null} -
+
+
+ {isGalleryPage && galleryImages ? ( + + ) : hero ? ( + + ) : null}
-
+
{side.map((a) => ( ))}
-
+
{popular && popular.length > 0 && }