changed class to className
This commit is contained in:
parent
73efd67fbc
commit
007b657e89
@ -29,7 +29,7 @@ const WorkArea = ({ workArea, floor, forBuilding }) => {
|
||||
<span className="fw-semibold text-primary">
|
||||
Floor:
|
||||
</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:
|
||||
</span>{" "}
|
||||
<span class=" fw-normal text-darkgreen">
|
||||
<span className=" fw-normal text-darkgreen">
|
||||
{workArea.areaName}
|
||||
</span>
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user