Compare commits
No commits in common. "cfb509fcab412de1eb2873277c46b604a8d2809e" and "4623a719e92cd69ef63d7a62308dffd2d0e99258" have entirely different histories.
cfb509fcab
...
4623a719e9
Binary file not shown.
|
|
@ -71,7 +71,7 @@ const Header: React.FC = () => {
|
|||
</Box>
|
||||
|
||||
{/* 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}>
|
||||
<List>
|
||||
<ListItem disablePadding>
|
||||
|
|
@ -81,22 +81,12 @@ const Header: React.FC = () => {
|
|||
</ListItem>
|
||||
<ListItem disablePadding>
|
||||
<ListItemButton>
|
||||
<ListItemText primary="What we do" />
|
||||
<ListItemText primary="Services" />
|
||||
</ListItemButton>
|
||||
</ListItem>
|
||||
<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" } }}>
|
||||
<ListItemText primary="Contact Us" />
|
||||
<ListItemText primary="Download" />
|
||||
</ListItemButton>
|
||||
</ListItem>
|
||||
</List>
|
||||
|
|
|
|||
Loading…
Reference in New Issue