Tarekun / optimus-bo-ui

React UI library developed and used at Optimus, Bologna, Italy
0 stars 0 forks source link

Use links instead of buttons in navbar #17

Closed Tarekun closed 3 months ago

Tarekun commented 5 months ago

The navbar right now uses mui's buttons to implement the navigation. This has the side effect that the central mouse button doesn't work for navigation and it bothers me. I want to move to using links instead.

AC