diff --git a/attached_assets/image_1772475497045.png b/attached_assets/image_1772475497045.png new file mode 100644 index 0000000..de09baf Binary files /dev/null and b/attached_assets/image_1772475497045.png differ diff --git a/client/src/pages/home.tsx b/client/src/pages/home.tsx index e53a2e5..e5cc295 100644 --- a/client/src/pages/home.tsx +++ b/client/src/pages/home.tsx @@ -566,7 +566,17 @@ export default function Home() { {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}

+
+
+ ))}