Frachtwerk / essencium-frontend

Next.js based starter monorepo consisting of a component library, types, docs and a boilerplate application.
https://staging.essencium.dev
GNU Lesser General Public License v3.0
17 stars 1 forks source link

Split NavBar.tsx into separate components #521

Closed qhantom closed 4 months ago

qhantom commented 6 months ago

Description It would be more readable to structure the NavBar.tsx component into two separate components: one for mobile view and one for desktop view and render them accordingly inside the NavBar.tsx. We could test it better and it's much more readable for developers.

Scope