Skip to content

Commit

Permalink
[TM-1535] add missing word loaded to text (#725)
Browse files Browse the repository at this point in the history
  • Loading branch information
cesarLima1 authored Dec 4, 2024
1 parent aba7591 commit d71490b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -238,9 +238,9 @@ const Polygons = (props: IPolygonProps) => {
</div>
<div className="mb-4 flex flex-col gap-1">
<When condition={props.totalPolygons ?? 0 > 0}>
<Text variant="text-14-semibold" className="text-darkCustom">
<Text variant="text-14" className="text-darkCustom">
<span className="font-bold">{polygonSitePolygonCount}</span> of{" "}
<span className="font-bold">{props.totalPolygons}</span> polygons
<span className="font-bold">{props.totalPolygons}</span> polygons loaded
</Text>
<Box sx={{ width: "100%" }}>
<LinearProgress
Expand Down

0 comments on commit d71490b

Please sign in to comment.