From 2ec468238b7717d079c3ac1c8390e4ceef32051f Mon Sep 17 00:00:00 2001 From: "Siddhesh.More" Date: Mon, 18 Nov 2024 13:29:49 +0530 Subject: [PATCH] update --- src/components/AmountCard/AmountCard.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/AmountCard/AmountCard.jsx b/src/components/AmountCard/AmountCard.jsx index 6c87f1e..5443e8b 100644 --- a/src/components/AmountCard/AmountCard.jsx +++ b/src/components/AmountCard/AmountCard.jsx @@ -43,12 +43,12 @@ const AmountCard = () => { icon: , }, { - label: "Transaction", + label: "Transactions", value: kpDetails?.transactionCount, icon: , }, { - label: "DID Count", + label: "DIDs Count", value: kpDetails?.didCount, icon: , },