From f11f358f4977e064ea70c4acab8ffa6f0e286b71 Mon Sep 17 00:00:00 2001 From: Pramod Mahajan Date: Sun, 18 May 2025 23:16:04 +0530 Subject: [PATCH] increased width of name coulmn --- src/components/Directory/ListViewDirectory.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Directory/ListViewDirectory.jsx b/src/components/Directory/ListViewDirectory.jsx index 441aee45..033290cd 100644 --- a/src/components/Directory/ListViewDirectory.jsx +++ b/src/components/Directory/ListViewDirectory.jsx @@ -26,7 +26,7 @@ const getPhoneIcon = (type) => { const ListViewDirectory = ({ contact,setSelectedContact,setIsOpenModal }) => { return ( - {`${contact.name}`} + {`${contact.name}`} {/* Emails */}