diff --git a/client/src/pages/home.tsx b/client/src/pages/home.tsx index e5cc295..c2c9190 100644 --- a/client/src/pages/home.tsx +++ b/client/src/pages/home.tsx @@ -561,23 +561,17 @@ 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) => ( - -
-
- {a.title} -
-
- {a.author} -

{a.title}

-
-
- - ))}