From 9df8bba9ec64f6c322daf5d726d281fec1de035e Mon Sep 17 00:00:00 2001 From: alma Date: Tue, 15 Apr 2025 14:27:12 +0200 Subject: [PATCH] news design correction padding 8 --- components/news.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/news.tsx b/components/news.tsx index 87673ab..1fea597 100644 --- a/components/news.tsx +++ b/components/news.tsx @@ -73,7 +73,7 @@ export function News() { News -
+
@@ -99,7 +99,7 @@ export function News() { {error ? (

{error}

) : ( -
+
{news.length === 0 ? (

No news available

) : (