Added bottom border to header

This commit is contained in:
Mitchell Magro 2025-06-20 08:09:16 +02:00
parent 2b2c872ddb
commit 712f008a22

View File

@ -16,7 +16,7 @@ const Header = () => {
}; };
return ( return (
<AppBar position="sticky" color="transparent" elevation={0}> <AppBar position="sticky" color="transparent" elevation={0} sx={{ borderBottom: '1px solid #22242626' }}>
<Toolbar> <Toolbar>
{/* Burger Menu */} {/* Burger Menu */}
<IconButton edge="start" color="inherit" aria-label="menu"> <IconButton edge="start" color="inherit" aria-label="menu">