diff --git a/client/src/pages/home.tsx b/client/src/pages/home.tsx index 432acaf..8854fe0 100644 --- a/client/src/pages/home.tsx +++ b/client/src/pages/home.tsx @@ -557,7 +557,7 @@ export default function Home() {
-
+
{widePickedArticles.length > 0 && ( @@ -568,11 +568,10 @@ export default function Home() {
)}
-
+
-
- {articles && articles.length > 0 && new Date(b.publishedAt).getTime() - new Date(a.publishedAt).getTime()).slice(0, 4)} className="flex-1" />} -
+ {articles && articles.length > 0 && new Date(b.publishedAt).getTime() - new Date(a.publishedAt).getTime()).slice(0, 4)} />} +