Kartik_Bug#787 UI correction in Project Profile and Employee profile page. #285

Merged
vikas.nale merged 2 commits from Kartik_Bug#787 into Issues_July_4W 2025-07-24 10:38:49 +00:00
Showing only changes of commit 89674dd771 - Show all commits

View File

@ -100,7 +100,7 @@ const AboutProject = () => {
<i className="bx bx-trophy"></i>
<span className="fw-medium mx-2">Status:</span>
</div>
<span>{projects_Details?.projectStatus?.status}</span>
<span>{projects_Details?.projectStatus?.status.replace(/\s/g, '')}</span>
</li>
<li className="d-flex mb-3">
<div className="d-flex align-items-center" style={{ width: '120px' }}>