diff --git a/components/NewsTab.tsx b/components/NewsTab.tsx index 6e04d68..324020c 100644 --- a/components/NewsTab.tsx +++ b/components/NewsTab.tsx @@ -341,7 +341,6 @@ function NewsCard({ item, activeCcy }: { item: NewsItem; activeCcy: Currency | n {isPriority && ( ⚡ Prioritaire )} - {formatRelativeTime(item.publishedAt)} {/* Titre */} @@ -376,10 +375,13 @@ function NewsCard({ item, activeCcy }: { item: NewsItem; activeCcy: Currency | n } ))} - +
+ {formatRelativeTime(item.publishedAt)} + +
)}