Skip to content
Snippets Groups Projects
Commit 010eb48d authored by John Swinbank's avatar John Swinbank
Browse files

Do not add title field to the navbar

For most services, no title is defined, so this is a no-op.

For those services where a title is defined (currently e.g. Zenodo and Rucio)
this adds the title to the navbar as a link to "/". This isn't useful — it
means that e.g. when deployed on sdc-dev these words  link to
https://sdc-dev.astron.nl/ which is a 404.
parent 571bc1c8
No related branches found
No related tags found
1 merge request!90Do not add title field to the navbar
...@@ -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