From 8f6c4b0814456e22d57a4f20b1e132fa0217ba99 Mon Sep 17 00:00:00 2001 From: Pramod Mahajan Date: Tue, 20 May 2025 22:28:00 +0530 Subject: [PATCH] chanages class to className --- .../Directory/CardViewDirectory.jsx | 6 +- .../Directory/ProfileContactDirectory.jsx | 153 ++++++++++++++++++ 2 files changed, 156 insertions(+), 3 deletions(-) create mode 100644 src/components/Directory/ProfileContactDirectory.jsx diff --git a/src/components/Directory/CardViewDirectory.jsx b/src/components/Directory/CardViewDirectory.jsx index 26b2e479..9f7128a0 100644 --- a/src/components/Directory/CardViewDirectory.jsx +++ b/src/components/Directory/CardViewDirectory.jsx @@ -3,8 +3,8 @@ import Avatar from "../common/Avatar"; const CardViewDirectory = ({ contact, setSelectedContact, setIsOpenModal,setOpen_contact,setIsOpenModalNote }) => { return ( -
-
+
+
-