You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I like this project, however it feels odd to me that it's both generic (the menu portion) and specifically-coded for a particular use case (the user profile portion).
I feel like it would be a good idea to separate the user profile portion out of this project and into its own component that can be optionally added to the menu via another import.
It's nice that I can simply turn if off for my use case, but feels like bloat.