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

) : (