frontend: updating navigation bar

This commit is contained in:
Mose Müller
2023-08-02 12:06:23 +02:00
parent 29ce850775
commit 5ae6cfb38c
7 changed files with 9 additions and 9 deletions

View File

@ -142,7 +142,7 @@ const App = () => {
<>
<Navbar expand={false} bg="primary" variant="dark" fixed="top">
<Container fluid>
<Navbar.Brand href="#home">My App</Navbar.Brand>
<Navbar.Brand>Data Service App</Navbar.Brand>
<Navbar.Toggle aria-controls="offcanvasNavbar" onClick={handleShowSettings} />
</Container>
</Navbar>