diff --git a/components/news.tsx b/components/news.tsx index 30ce9cb..30734a4 100644 --- a/components/news.tsx +++ b/components/news.tsx @@ -106,24 +106,16 @@ export function News() { news.map((item) => (
window.open(item.url, '_blank')} > -
-
- {formatDate(item.date)} - {item.category && ( - - {item.category} - - )} -
-

+
+

{item.title}

-

- {item.description} -

+
+ {formatDate(item.date)} +

))