Add black bar for the navbar to make it more aesthetically pleasing

This commit is contained in:
Ray 2024-01-17 13:07:23 +00:00 committed by GitHub
parent a98c39889c
commit 394b342ef7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ export function Header(props) {
} }
return ( return (
<Navbar className="mb-3"> <Navbar className="mb-3 bg-dark" variant="dark">
<Container> <Container>
<Navbar.Brand>systie</Navbar.Brand> <Navbar.Brand>systie</Navbar.Brand>
<Nav> <Nav>