diff --git a/client/src/pages/home.tsx b/client/src/pages/home.tsx
index a5d26ad..e53a2e5 100644
--- a/client/src/pages/home.tsx
+++ b/client/src/pages/home.tsx
@@ -561,18 +561,13 @@ export default function Home() {
- {widePickedArticles.length > 0 && (
-
-
- {widePickedArticles.map((a) => (
-
- ))}
-
- )}
{articles && articles.length > 0 && new Date(b.publishedAt).getTime() - new Date(a.publishedAt).getTime()).slice(0, 5)} />}
+ {widePickedArticles.map((a) => (
+
+ ))}