From aa3f20ee8fe4fabad1d784483697d9af9493acdb Mon Sep 17 00:00:00 2001 From: caty21 Date: Sat, 27 Jun 2026 16:14:38 +0200 Subject: [PATCH] fix: time + Analyse button inline with impact badges in NewsCard Co-Authored-By: Claude Sonnet 4.6 --- components/NewsTab.tsx | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) 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)} + +
)}