diff --git a/components/news.tsx b/components/news.tsx index 30734a4..5070aae 100644 --- a/components/news.tsx +++ b/components/news.tsx @@ -106,16 +106,19 @@ export function News() { news.map((item) => (
window.open(item.url, '_blank')} > -
-

+
+
+ {formatDate(item.date)} +
+

{item.title}

-
- {formatDate(item.date)} -
+

+ {item.description} +

))