diff --git a/components/news.tsx b/components/news.tsx index e0ff0a9..49a4caf 100644 --- a/components/news.tsx +++ b/components/news.tsx @@ -72,8 +72,8 @@ export function News() { News - -
+ +
@@ -95,21 +95,21 @@ 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 && (