Changes in AboutProject.jsx file Change Status where "In Active" show like but we want "InActive"
This commit is contained in:
parent
a001875a56
commit
aa43dd4540
@ -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' }}>
|
||||
|
Loading…
x
Reference in New Issue
Block a user