diff --git a/components/news.tsx b/components/news.tsx index 3d39308..120b39c 100644 --- a/components/news.tsx +++ b/components/news.tsx @@ -73,7 +73,7 @@ export function News() { News -
+
@@ -99,17 +99,17 @@ export function News() { {error ? (

{error}

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

No news available

) : ( news.map((item) => (
window.open(item.url, '_blank')} > -
+
{formatDate(item.date)} {item.category && ( @@ -117,7 +117,7 @@ export function News() { )}
-

+

{item.title}

{item.description && (