Further comment fixup

This commit is contained in:
Ray 2024-01-17 13:21:06 +00:00 committed by GitHub
parent 6d3d2556b1
commit 5ac59686e2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ export function Header(props) {
}) })
return ( return (
// create a navigation bar with the collection of navigation items, display as black bar with "ClassName" and variant" // create a navigation bar with the collection of navigation items, display as black bar using "ClassName" and variant"
<Navbar className="mb-3 bg-dark" variant="dark"> <Navbar className="mb-3 bg-dark" variant="dark">
<Container> <Container>
<Navbar.Brand>systie</Navbar.Brand> <Navbar.Brand>systie</Navbar.Brand>