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