diff --git a/src/App.jsx b/src/App.jsx index 19090c71..919f7994 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -190,10 +190,11 @@ if (latestValue && prevValue) { const news = [ { type: "Forex", - label: `EUR/USD: ${latestValue?.toFixed(4)}`, + pair: "EUR/USD", + value: latestValue, // nombre date: latestDate, icon: TrendingUp, - trendValue, // <- même logique que KPIs + trendValue, }, // { // type: "Logistic", @@ -537,18 +538,29 @@ export default function App() {