From 390ec27e35432ca412ab065b1586ee2144237862 Mon Sep 17 00:00:00 2001 From: YasinShaikh123 <123150391+YasinShaikh123@users.noreply.github.com> Date: Wed, 15 Jan 2025 19:59:53 +0530 Subject: [PATCH] update icon size --- src/Pages/Dashboard/Dashbaord.jsx | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/src/Pages/Dashboard/Dashbaord.jsx b/src/Pages/Dashboard/Dashbaord.jsx index 21eb122..3ef01e5 100644 --- a/src/Pages/Dashboard/Dashbaord.jsx +++ b/src/Pages/Dashboard/Dashbaord.jsx @@ -228,7 +228,7 @@ const Dashbaord = ({ showSearch = false }) => { {panddingReguest.map((item, index) => ( - + @@ -249,15 +249,18 @@ const Dashbaord = ({ showSearch = false }) => { {userActivity.map((item, index) => ( - + {item.icon === IconSix ? ( - + + ) : item.icon === IconSeven ? ( + ) : ( )} +