ExampleWasTaken/reactify

feat(app): unify navbar items in one component

Closed this issue · 1 comments

Right now each navbar item has its own component. These are almost completely identical and should therefore be unified into one component to prevent code duplication.

This has been implemented already.