From 2431da62f6a86bf01fbaa0081e140c5931c22dd8 Mon Sep 17 00:00:00 2001 From: laurentbarontini Date: Mon, 29 Dec 2025 22:35:04 +0100 Subject: [PATCH] 29.12.25 --- src/App.jsx | 35 +++++++++++++++++++++++++++-------- 1 file changed, 27 insertions(+), 8 deletions(-) diff --git a/src/App.jsx b/src/App.jsx index e77828bf..397f11c1 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -517,28 +517,35 @@ export default function App() { ); })} -
+ {/* SEPARATOR */} +
+ + {/* Cards KPI */} {cards.map((card) => { const Icon = card.icon; const bar_data = [ - { label: "Invoiced", value: card.amountInvoiced }, - { label: "30 days", value: card.amount30Days }, - { label: "60 days", value: card.amount60Days }, + { + name: "Amounts", + Invoiced: card.amountInvoiced, + "30 days": card.amount30Days, + "60 days": card.amount60Days, + }, ]; + return ( ( + + {payload.value} + + )} /> + {/*