From 1e079a89eb8ef4d3bef7cd6b641f2de5e7985661 Mon Sep 17 00:00:00 2001 From: Pramod Mahajan Date: Mon, 19 May 2025 11:52:06 +0530 Subject: [PATCH] chanaged icons --- src/components/Directory/ManageDirectory.jsx | 8 ++++---- src/components/Directory/UpdateContact.jsx | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/src/components/Directory/ManageDirectory.jsx b/src/components/Directory/ManageDirectory.jsx index 91a87d67..05d83c50 100644 --- a/src/components/Directory/ManageDirectory.jsx +++ b/src/components/Directory/ManageDirectory.jsx @@ -210,7 +210,7 @@ useEffect(() => { onClick={handleAddEmail} style={{ width: "24px", height: "24px" }} > - + ) : ( )} @@ -270,7 +270,7 @@ useEffect(() => { onClick={handleAddPhone} style={{ width: "24px", height: "24px" }} > - + ) : ( )} diff --git a/src/components/Directory/UpdateContact.jsx b/src/components/Directory/UpdateContact.jsx index dc748035..31671be5 100644 --- a/src/components/Directory/UpdateContact.jsx +++ b/src/components/Directory/UpdateContact.jsx @@ -245,7 +245,7 @@ await submitContact({ ...cleaned, id: existingContact.id }); onClick={handleAddEmail} style={{ width: "24px", height: "24px" }} > - + ) : ( )} @@ -305,7 +305,7 @@ await submitContact({ ...cleaned, id: existingContact.id }); onClick={handleAddPhone} style={{ width: "24px", height: "24px" }} > - + ) : ( )}