Compare commits

..

No commits in common. "cfb509fcab412de1eb2873277c46b604a8d2809e" and "4623a719e92cd69ef63d7a62308dffd2d0e99258" have entirely different histories.

2 changed files with 3 additions and 13 deletions

Binary file not shown.

View File

@ -71,7 +71,7 @@ const Header: React.FC = () => {
</Box> </Box>
{/* Mobile Drawer Menu */} {/* Mobile Drawer Menu */}
<Drawer anchor="right" open={mobileOpen} onClose={toggleMobileMenu} sx={{zIndex:111111}}> <Drawer anchor="right" open={mobileOpen} onClose={toggleMobileMenu}>
<Box sx={{ width: 250 }} role="presentation" onClick={toggleMobileMenu} onKeyDown={toggleMobileMenu}> <Box sx={{ width: 250 }} role="presentation" onClick={toggleMobileMenu} onKeyDown={toggleMobileMenu}>
<List> <List>
<ListItem disablePadding> <ListItem disablePadding>
@ -81,22 +81,12 @@ const Header: React.FC = () => {
</ListItem> </ListItem>
<ListItem disablePadding> <ListItem disablePadding>
<ListItemButton> <ListItemButton>
<ListItemText primary="What we do" /> <ListItemText primary="Services" />
</ListItemButton> </ListItemButton>
</ListItem> </ListItem>
<ListItem disablePadding> <ListItem disablePadding>
<ListItemButton>
<ListItemText primary="Our philosphy" />
</ListItemButton>
</ListItem>
<ListItem disablePadding>
<ListItemButton>
<ListItemText primary="Our team" />
</ListItemButton>
</ListItem>
<ListItem >
<ListItemButton sx={{ backgroundColor: "blue", color: "white", "&:hover": { backgroundColor: "darkblue" } }}> <ListItemButton sx={{ backgroundColor: "blue", color: "white", "&:hover": { backgroundColor: "darkblue" } }}>
<ListItemText primary="Contact Us" /> <ListItemText primary="Download" />
</ListItemButton> </ListItemButton>
</ListItem> </ListItem>
</List> </List>