This is the top navigation of our demo app.
It was made using Material-UI's AppBat, but with some custom styling.
You will find this component in src/components/Header/Header.jsx. In this component, there is just the structure of the navbar. The links can be found in src/components/Header/HeaderLinks.jsx. We've done this because on responsive we create a Sidebar / Drawer with all these links, and we wanted to only write them once.
You can choose between 9 colors by using the color property.
If this property is not set, then the Appbar will be white.```
See header
Should be this: