diff --git a/client/src/components/Navbar.jsx b/client/src/components/Navbar.jsx index ff38499..9791d49 100644 --- a/client/src/components/Navbar.jsx +++ b/client/src/components/Navbar.jsx @@ -274,13 +274,13 @@ const Navbar = ({ isAuthenticated, user, handleLogout }) => { - {' '} + {' '}

Lab Test

{/* Add the new Hospitals Around Link for Desktop */} - +

Hospitals Around

@@ -311,7 +311,7 @@ const Navbar = ({ isAuthenticated, user, handleLogout }) => { ) : ( - +

Instant OPD

@@ -320,9 +320,7 @@ const Navbar = ({ isAuthenticated, user, handleLogout }) => {
- - {localStorage?.getItem('token')? ( - + {localStorage?.getItem('token') ? (