From 7b1dd4db1bc2d03cc22555753e51742ba54ab18f Mon Sep 17 00:00:00 2001 From: Ainesh Sridhar Date: Mon, 16 Jun 2025 22:37:01 +0530 Subject: [PATCH] Navbar Map UI working --- RaktConnect | 1 + client/src/App.jsx | 2 -- client/src/components/Landing/BloodBank.jsx | 2 +- client/src/components/patient/Disease.jsx | 13 ------------- 4 files changed, 2 insertions(+), 16 deletions(-) create mode 160000 RaktConnect diff --git a/RaktConnect b/RaktConnect new file mode 160000 index 0000000..df3c457 --- /dev/null +++ b/RaktConnect @@ -0,0 +1 @@ +Subproject commit df3c457bf3b5ebf39702af99b0f8b5fa73e721e2 diff --git a/client/src/App.jsx b/client/src/App.jsx index 575a9da..3726576 100644 --- a/client/src/App.jsx +++ b/client/src/App.jsx @@ -23,8 +23,6 @@ import BloodRequestManagement from "./components/hospital/BloodRequestManagement import Disease from "./components/patient/Disease"; import Eligibility from "./components/Landing/Eligibility"; import { ToastContainer } from 'react-toastify'; -import Footer from "./components/Landing/Footer"; - const AppLayout = () => { return ( diff --git a/client/src/components/Landing/BloodBank.jsx b/client/src/components/Landing/BloodBank.jsx index 1b5181a..324c71c 100644 --- a/client/src/components/Landing/BloodBank.jsx +++ b/client/src/components/Landing/BloodBank.jsx @@ -53,7 +53,7 @@ const BloodBanks = () => {