From 8d4c9e4f39a0c491e90ecbeb02eb08b6dd29fea8 Mon Sep 17 00:00:00 2001 From: Vikas Nale Date: Sat, 19 Apr 2025 15:59:26 +0530 Subject: [PATCH] Adjust font style for floor in infra grid if no workarea defined --- src/components/Project/Infrastructure/Floor.jsx | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/src/components/Project/Infrastructure/Floor.jsx b/src/components/Project/Infrastructure/Floor.jsx index f12ca1ab..264ee88d 100644 --- a/src/components/Project/Infrastructure/Floor.jsx +++ b/src/components/Project/Infrastructure/Floor.jsx @@ -14,12 +14,16 @@ const Floor = ({ floor, workAreas, forBuilding }) => { )) ) : ( - +
-
- {floor.floorName}   -
+
+
+ {" "} + Floor: {" "} + {floor.floorName} +
+