From 1b6abd6efe3814d2fee3de0c714e17f31fd6f0a7 Mon Sep 17 00:00:00 2001 From: Harshitha Shetty <141444342+HarshithaShetty27@users.noreply.github.com> Date: Sun, 30 Mar 2025 19:30:09 +0530 Subject: [PATCH] Footer added (fix CSS) --- client/src/Pages/Accounts.jsx | 2 + client/src/Pages/AdminCoursePage.jsx | 2 + client/src/Pages/AdminFacultyPage.jsx | 2 + client/src/Pages/ConsolidatedTable.jsx | 2 + client/src/Pages/CourseForm.jsx | 2 + client/src/Pages/CourseTable.jsx | 2 + client/src/Pages/DepartmentConsolidated.jsx | 2 + client/src/Pages/Footer.jsx | 56 +++++++++++++++++++++ client/src/Pages/Layout.jsx | 24 +++++++++ client/src/Pages/PanelConsolidated.jsx | 2 + client/src/Pages/WelcomeWithFilter.jsx | 2 + client/src/Pages/courseConsolidated.jsx | 2 + 12 files changed, 100 insertions(+) create mode 100644 client/src/Pages/Footer.jsx create mode 100644 client/src/Pages/Layout.jsx diff --git a/client/src/Pages/Accounts.jsx b/client/src/Pages/Accounts.jsx index de7921d..ba01894 100644 --- a/client/src/Pages/Accounts.jsx +++ b/client/src/Pages/Accounts.jsx @@ -4,6 +4,7 @@ import axios from "axios"; import { ToastContainer, toast } from "react-toastify"; import "react-toastify/dist/ReactToastify.css"; import Navbar from "./Navbar"; +import Footer from "./Footer"; function HomePage(props) { @@ -101,6 +102,7 @@ function HomePage(props) { )} +