From 54b12616158e397740812d11671bde7c3987cb21 Mon Sep 17 00:00:00 2001 From: laurentbarontini Date: Mon, 29 Dec 2025 21:21:56 +0100 Subject: [PATCH] 29_12_25 --- src/App.jsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/App.jsx b/src/App.jsx index 991a30f8..25004feb 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -243,7 +243,7 @@ export default function App() {
{kpis.map((kpi) => { const Icon = kpi.icon; - const isPositive = kpi.delta >= 0; + const isPositive = kpi.trendValue >= 0; return ( {kpi.title} {kpi.value} -
+
- this month + vs last month