Hi,
I'm currently trying to add a new static item to the top menu (header section) in DSpace v9.0. According to the documentation, this could be done by simply adding a new <li> element to the unordered list inside app/navbar/navbar.component.html, like so:
Given this new structure, directly adding a <li> tag does not seem to work anymore.
Could you advise on the recommended way to add a static link to the header menu in DSpace 9? Ideally, I would like the item to be always visible, regardless of authentication state.
Best regards,
Fábio