diff --git a/components/news.tsx b/components/news.tsx index 101571f..30ce9cb 100644 --- a/components/news.tsx +++ b/components/news.tsx @@ -110,9 +110,6 @@ export function News() { onClick={() => window.open(item.url, '_blank')} >
-

- {item.title} -

{formatDate(item.date)} {item.category && ( @@ -121,11 +118,12 @@ export function News() { )}
- {item.description && ( -

- {item.description} -

- )} +

+ {item.title} +

+

+ {item.description} +

))