added space between first and last name

This commit is contained in:
pramod.mahajan 2025-10-11 16:30:27 +05:30
parent aca2decb00
commit 8fd4e7f3f1

View File

@ -272,7 +272,7 @@ const Teams = () => {
className="text-heading text-truncate cursor-pointer" className="text-heading text-truncate cursor-pointer"
> >
<span className="fw-normal"> <span className="fw-normal">
{emp.firstName} {emp.firstName}{" "}
{emp.lastName} {emp.lastName}
</span> </span>
</a> </a>