From 3a6be65a48cd9f195eecb510a8ddfbd3c0a906d1 Mon Sep 17 00:00:00 2001 From: Pramod Mahajan Date: Mon, 19 May 2025 16:32:09 +0530 Subject: [PATCH] replace add phone & email button with icon-only element for cleaner UI --- src/components/Directory/ManageDirectory.jsx | 63 ++++++++++---------- src/components/Directory/UpdateContact.jsx | 62 ++++++++++--------- 2 files changed, 61 insertions(+), 64 deletions(-) diff --git a/src/components/Directory/ManageDirectory.jsx b/src/components/Directory/ManageDirectory.jsx index a460f1b5..c01e92c2 100644 --- a/src/components/Directory/ManageDirectory.jsx +++ b/src/components/Directory/ManageDirectory.jsx @@ -204,23 +204,22 @@ useEffect(() => { placeholder="email@example.com" /> {index === emailFields.length - 1 ? ( - + // + // + // + // + // + // + // + //