added space between first and last name
This commit is contained in:
parent
aca2decb00
commit
8fd4e7f3f1
@ -272,7 +272,7 @@ const Teams = () => {
|
||||
className="text-heading text-truncate cursor-pointer"
|
||||
>
|
||||
<span className="fw-normal">
|
||||
{emp.firstName}
|
||||
{emp.firstName}{" "}
|
||||
{emp.lastName}
|
||||
</span>
|
||||
</a>
|
||||
|
Loading…
x
Reference in New Issue
Block a user