diff --git a/src/components/Employee/EmpBanner.jsx b/src/components/Employee/EmpBanner.jsx
index 7df42a0f..c4d734a9 100644
--- a/src/components/Employee/EmpBanner.jsx
+++ b/src/components/Employee/EmpBanner.jsx
@@ -22,36 +22,36 @@ const EmpBanner = ({ profile, loggedInUser }) => {
/>
)}
-
-
+
+
-
-
-
-
{`${profile?.firstName} ${profile?.middleName} ${profile?.lastName}`}
-
- -
-
-
+
+
+
+
{`${profile?.firstName} ${profile?.middleName} ${profile?.lastName}`}
+
+ -
+
+
{profile?.jobRole || NA}
- -
-
-
+
-
+
+
{" "}
{profile?.phoneNumber || NA}
- -
-
-
+
-
+
+
{" "}
Joined on{" "}
{profile?.joiningDate ? (
@@ -62,8 +62,8 @@ const EmpBanner = ({ profile, loggedInUser }) => {
-
- -
+
+ -
- -
+
-
{profile?.id == loggedInUser?.employeeInfo?.id && (