diff --git a/src/components/Directory/CardViewContact.jsx b/src/components/Directory/CardViewContact.jsx
index 8e6c8068..0b446da0 100644
--- a/src/components/Directory/CardViewContact.jsx
+++ b/src/components/Directory/CardViewContact.jsx
@@ -61,7 +61,7 @@ const CardViewContact = ({
(contact?.name || "").trim().split(" ")[1]?.charAt(0) || ""
}
/>{" "}
- {contact?.name}
+ {contact?.name}
{IsActive && (
diff --git a/src/components/Directory/NoteCardDirectoryEditable.jsx b/src/components/Directory/NoteCardDirectoryEditable.jsx
index 5ef8d08f..bc6ff517 100644
--- a/src/components/Directory/NoteCardDirectoryEditable.jsx
+++ b/src/components/Directory/NoteCardDirectoryEditable.jsx
@@ -87,7 +87,7 @@ const NoteCardDirectoryEditable = ({
/>
contactProfile(noteItem.contactId)}
>
@@ -98,7 +98,7 @@ const NoteCardDirectoryEditable = ({
-
+
by{" "}
@@ -184,7 +184,7 @@ const NoteCardDirectoryEditable = ({
>
) : (
)}