daniellesuper / elevationsoftware

0 stars 0 forks source link

Side Navigation Not Working #7

Closed mattlisiv closed 4 years ago

mattlisiv commented 4 years ago

With the most recent navigation changes, I believe the side hamburger menu no longer functions. Also, I think it make sense move it to the right, so the logo stays in a consistent place.

daniellesuper commented 4 years ago

Should I use a useState hook and handle all of the click events for the hamburger icon and sidedrawer in the DefaultLayout function in _layout/index.js or should those events be defined elsewhere and passed to the function?

mattlisiv commented 4 years ago

If you can utilize the useStatehook to handle all events that would be the cleanest and simplest way IMO