From 161e3e41f62ec140af0865604ef29dbdfd62ede1 Mon Sep 17 00:00:00 2001 From: "Siddhesh.More" Date: Tue, 15 Oct 2024 17:18:10 +0530 Subject: [PATCH 1/3] update --- .../LatestTransactions/LatestTransactions.jsx | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/src/components/LatestTransactions/LatestTransactions.jsx b/src/components/LatestTransactions/LatestTransactions.jsx index e06db9f..864f707 100644 --- a/src/components/LatestTransactions/LatestTransactions.jsx +++ b/src/components/LatestTransactions/LatestTransactions.jsx @@ -45,7 +45,7 @@ const LatestTransactions = () => { { : "#232127" } key={transaction.id} - templateColumns={{ basee: "10% 90%", md: "100% 0%" }} + templateColumns={{ base: "100% 0%", md: "10% 90%" }} gap={0} > { > {index + 1}. - + {/* */} { Sender: + + { /> + + + From ba00127e94a6bd34810ef4067108c347d0cdd78e Mon Sep 17 00:00:00 2001 From: "Siddhesh.More" Date: Tue, 15 Oct 2024 17:47:53 +0530 Subject: [PATCH 2/3] update --- .../LatestTransactions/LatestTransactions.jsx | 25 +++++++++++-------- src/pages/Home.jsx | 4 +-- 2 files changed, 16 insertions(+), 13 deletions(-) diff --git a/src/components/LatestTransactions/LatestTransactions.jsx b/src/components/LatestTransactions/LatestTransactions.jsx index 864f707..4b7833f 100644 --- a/src/components/LatestTransactions/LatestTransactions.jsx +++ b/src/components/LatestTransactions/LatestTransactions.jsx @@ -87,9 +87,9 @@ const LatestTransactions = () => { {/* */} - @@ -123,8 +123,8 @@ const LatestTransactions = () => { - - + + Sender: @@ -132,12 +132,13 @@ const LatestTransactions = () => { - - + + Receiver: