From 5701b9d012db0396dc0092d2ae33a5ff5f845e73 Mon Sep 17 00:00:00 2001 From: Vigneshwaran-SF4319 <149996230+Vigneshwaran-SF4319@users.noreply.github.com> Date: Tue, 18 Mar 2025 13:45:17 +0530 Subject: [PATCH 1/2] 947756: Need to fix the UI changes from UX team in employee management showcase application. --- Employee_Managment_App/src/App.tsx | 2 +- .../src/components/Achievements.tsx | 57 ++++++- .../src/components/Announcement.tsx | 23 ++- .../src/components/EmployeeInfo.tsx | 31 +++- .../src/components/Employees.tsx | 2 +- .../src/components/Policies.tsx | 161 +++++++++++++++--- Employee_Managment_App/src/index.css | 100 ++++++----- 7 files changed, 296 insertions(+), 80 deletions(-) diff --git a/Employee_Managment_App/src/App.tsx b/Employee_Managment_App/src/App.tsx index e3b92b2..fc66953 100644 --- a/Employee_Managment_App/src/App.tsx +++ b/Employee_Managment_App/src/App.tsx @@ -16,7 +16,7 @@ function App() {