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