diff --git a/client/src/pages/home.tsx b/client/src/pages/home.tsx index 8c0d896..182dd8c 100644 --- a/client/src/pages/home.tsx +++ b/client/src/pages/home.tsx @@ -100,8 +100,8 @@ function MediumCard({ article }: { article: Article }) { const isVideo = article.category === "Video"; return ( -
-
+
+
{article.title}
@@ -113,13 +113,13 @@ function MediumCard({ article }: { article: Article }) {
)}
-
+
{article.author} {timeAgo(new Date(article.publishedAt))}

{article.title}

-

{article.excerpt}

+

{article.excerpt}

{article.views.toLocaleString()}