diff --git a/client/src/pages/home.tsx b/client/src/pages/home.tsx
index b9887d1..70ad69a 100644
--- a/client/src/pages/home.tsx
+++ b/client/src/pages/home.tsx
@@ -186,11 +186,9 @@ function WideCard({ article, focalPoints }: { article: Article; focalPoints?: Re
const objPos = getObjectPosition(article.coverImage, focalPoints);
return (
-
-
-
-
})
-
+
+
+
})
{isVideo && (
@@ -198,17 +196,17 @@ function WideCard({ article, focalPoints }: { article: Article; focalPoints?: Re
)}
-
-
-
- {article.author}
- {timeAgo(new Date(article.publishedAt))}
-
-
{article.title}
-
{article.excerpt}
-
-
- {article.views.toLocaleString()}
+
+
+
+ {article.author}
+ {timeAgo(new Date(article.publishedAt))}
+
+
{article.title}
+
+
+ {article.views.toLocaleString()}
+