diff --git a/frontend/src/components/Navbar/index.tsx b/frontend/src/components/Navbar/index.tsx index 9ad11af..52fe9d0 100644 --- a/frontend/src/components/Navbar/index.tsx +++ b/frontend/src/components/Navbar/index.tsx @@ -19,6 +19,7 @@ import ArrowDropDown from '@mui/icons-material/ArrowDropDown'; import toast, {Toaster} from 'react-hot-toast'; import axios from 'axios'; import {useScreen} from '../../customHooks/useScreen'; +import bus from '../../assets/busIcon.svg'; const NavContainer = styled(Box)` display: flex; @@ -126,7 +127,20 @@ export default function Navbar() { variant="h1" color={theme.palette.primary.main} fontSize={{xs: '1.25rem', md: '2.5rem'}} + style={{ + display: 'flex', + alignItems: 'center', + justifyContent: 'center', + }} > + bus