diff --git a/client/src/pages/home.tsx b/client/src/pages/home.tsx index e4f0714..0f57d43 100644 --- a/client/src/pages/home.tsx +++ b/client/src/pages/home.tsx @@ -43,7 +43,7 @@ function HeroCard({ article }: { article: Article }) { return (
-
+
{article.title} {isVideo && (
@@ -78,7 +78,7 @@ function GalleryHeroCard({ images }: { images: GalleryImage[] }) { return (
-
+
{images[idx].fileName}
@@ -137,23 +137,18 @@ function SideCard({ article }: { article: Article }) {
- {article.title} + {article.title}
{isVideo && (
-
- +
+
)}
-
-
- {article.author} - {timeAgo(new Date(article.publishedAt))} -
-

{article.title}

-

{article.excerpt}

+
+

{article.title}

@@ -240,7 +235,7 @@ function FeaturedCarousel({ articles, popular, galleryImages }: { articles: Arti return (
setPaused(true)} onMouseLeave={() => setPaused(false)}>
-
+
{isGalleryPage && galleryImages ? ( ) : hero ? ( @@ -248,7 +243,7 @@ function FeaturedCarousel({ articles, popular, galleryImages }: { articles: Arti ) : null}
{!wide && ( -
+
{side.map((a) => ( ))}