diff --git a/client/src/pages/home.tsx b/client/src/pages/home.tsx index 40f7a18..36b4a4b 100644 --- a/client/src/pages/home.tsx +++ b/client/src/pages/home.tsx @@ -523,7 +523,7 @@ function FeaturedHeroCard({ article, focalPoints }: { article: Article; focalPoi return (
-
+
{article.title} {isVideo && (
@@ -533,7 +533,7 @@ function FeaturedHeroCard({ article, focalPoints }: { article: Article; focalPoi
)}
-
+
{article.category} {timeAgo(new Date(article.publishedAt))}