Skip to content
Snippets Groups Projects
Commit 6fd882fd authored by Klaas Kliffen's avatar Klaas Kliffen :satellite:
Browse files

Merge branch 'tickets/121' into 'master'

Do not add title field to the navbar

Closes esap-general#121

See merge request astron-sdc/esap-gui!90
parents 571bc1c8 010eb48d
No related branches found
No related tags found
1 merge request!90Do not add title field to the navbar
Pipeline #29504 passed
...@@ -34,7 +34,6 @@ export default function NavBar() { ...@@ -34,7 +34,6 @@ export default function NavBar() {
height="40" height="40"
className="d-inline-block align-top" className="d-inline-block align-top"
/> />
<Navbar.Brand href="/">{config.title}</Navbar.Brand>
<Nav className="mr-auto"> <Nav className="mr-auto">
{navlist.map((nav) => ( {navlist.map((nav) => (
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment