changed class to className

This commit is contained in:
Pramod Mahajan 2025-05-07 16:35:42 +05:30
parent 73efd67fbc
commit 007b657e89

View File

@ -29,7 +29,7 @@ const WorkArea = ({ workArea, floor, forBuilding }) => {
<span className="fw-semibold text-primary"> <span className="fw-semibold text-primary">
Floor:&nbsp; Floor:&nbsp;
</span>{" "} </span>{" "}
<span class="fw-normal text-darkgreen"> <span className="fw-normal text-darkgreen">
{floor.floorName} {floor.floorName}
</span> </span>
</div> </div>
@ -37,7 +37,7 @@ const WorkArea = ({ workArea, floor, forBuilding }) => {
<span className="ms-10 fw-semibold text-primary"> <span className="ms-10 fw-semibold text-primary">
Work Area:&nbsp; Work Area:&nbsp;
</span>{" "} </span>{" "}
<span class=" fw-normal text-darkgreen"> <span className=" fw-normal text-darkgreen">
{workArea.areaName} {workArea.areaName}
</span> </span>
</div> </div>