From 79d6cd2f494d02f9a792ce0bb0a6a2e98b6eba2b Mon Sep 17 00:00:00 2001 From: Pramod Mahajan Date: Mon, 23 Jun 2025 15:41:23 +0530 Subject: [PATCH] changed class for container "container-xxl" to "container-fluid" --- src/components/Dashboard/Dashboard.jsx | 2 +- src/components/Employee/DemoTable.jsx | 2 +- src/components/Layout/Header.jsx | 2 +- src/pages/Activities/AttendancePage.jsx | 2 +- src/pages/Activities/DailyTask.jsx | 2 +- src/pages/Activities/TaskPlannng.jsx | 2 +- src/pages/Directory/Directory.jsx | 2 +- src/pages/employee/EmployeeList.jsx | 2 +- src/pages/employee/EmployeeProfile.jsx | 2 +- src/pages/master/MasterPage.jsx | 2 +- src/pages/project/ProjectDetails.jsx | 2 +- src/pages/project/ProjectList.jsx | 2 +- 12 files changed, 12 insertions(+), 12 deletions(-) diff --git a/src/components/Dashboard/Dashboard.jsx b/src/components/Dashboard/Dashboard.jsx index b2c6b904..9f3e1908 100644 --- a/src/components/Dashboard/Dashboard.jsx +++ b/src/components/Dashboard/Dashboard.jsx @@ -17,7 +17,7 @@ const Dashboard = () => { const { tasksCardData } = useDashboardTasksCardData(); return ( -
+
{/* Projects Card */}
diff --git a/src/components/Employee/DemoTable.jsx b/src/components/Employee/DemoTable.jsx index 108314cf..1d645cc3 100644 --- a/src/components/Employee/DemoTable.jsx +++ b/src/components/Employee/DemoTable.jsx @@ -3,7 +3,7 @@ import React from "react"; const DemoTable = () => { return (
-
+
diff --git a/src/components/Layout/Header.jsx b/src/components/Layout/Header.jsx index a66be189..b02b9e32 100644 --- a/src/components/Layout/Header.jsx +++ b/src/components/Layout/Header.jsx @@ -145,7 +145,7 @@ const Header = () => { }, [handler]); return (