changed class too className

This commit is contained in:
Pramod Mahajan 2025-05-10 12:59:33 +05:30 committed by Vikas Nale
parent 4b6d1d4658
commit c4a221807f

View File

@ -23,7 +23,7 @@ const Floor = ({ floor, workAreas, 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>