From 92d3f91950e1026728094b666b83cfe5d42764d9 Mon Sep 17 00:00:00 2001 From: Kartik Sharma Date: Wed, 23 Jul 2025 17:08:50 +0530 Subject: [PATCH] UI changes in Employee Profile and Project Profile. --- src/components/Project/AboutProject.jsx | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/src/components/Project/AboutProject.jsx b/src/components/Project/AboutProject.jsx index 70511702..af473a4f 100644 --- a/src/components/Project/AboutProject.jsx +++ b/src/components/Project/AboutProject.jsx @@ -100,7 +100,7 @@ const AboutProject = () => { Status: - {projects_Details?.projectStatus?.status.replace(/\s/g, '')} + {projects_Details?.projectStatus?.status}
  • @@ -124,6 +124,23 @@ const AboutProject = () => { +
  • {/* Added mt-4 for some top margin */} + {manageProject && ( + + )} +
  • + + +
  • {/* Added mt-4 for some top margin */} {manageProject && (