diff --git a/client/src/pages/home.tsx b/client/src/pages/home.tsx index 3728a32..b3cc21c 100644 --- a/client/src/pages/home.tsx +++ b/client/src/pages/home.tsx @@ -570,7 +570,17 @@ export default function Home() { {widePickedArticles.length > 0 && ( -
+
+
+ +
+
{widePickedArticles.map((a) => ( ))}