diff --git a/attached_assets/image_1772313650833.png b/attached_assets/image_1772313650833.png new file mode 100644 index 0000000..d3b116c Binary files /dev/null and b/attached_assets/image_1772313650833.png differ diff --git a/client/src/components/news-widget.tsx b/client/src/components/news-widget.tsx index 8f80365..57e8adb 100644 --- a/client/src/components/news-widget.tsx +++ b/client/src/components/news-widget.tsx @@ -9,7 +9,7 @@ interface NewsItem { pubDate: string; } -const VISIBLE_COUNT = 5; +const VISIBLE_COUNT = 3; export function NewsWidget() { const { data: news, isLoading } = useQuery({ diff --git a/client/src/pages/home.tsx b/client/src/pages/home.tsx index d656108..826970d 100644 --- a/client/src/pages/home.tsx +++ b/client/src/pages/home.tsx @@ -384,7 +384,10 @@ export default function Home() { ))} - +
+ + +
{row4Articles.length > 0 && (