changed class too className

This commit is contained in:
Pramod Mahajan 2025-05-10 12:59:33 +05:30
parent 1dbd8ba317
commit ebb5a57b70

View File

@ -23,7 +23,7 @@ const Floor = ({ floor, workAreas, forBuilding }) => {
<span className="fw-semibold text-primary">
Floor:&nbsp;
</span>{" "}
<span class="fw-normal text-darkgreen">
<span className="fw-normal text-darkgreen">
{floor.floorName}
</span>
</div>