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
Header - This one is actually more tricky as the logic for expansion of the Navigation component in mobile view is actually here rather than being in the component itself. Moving this logic to the Navigation component seems more logical.
Maybe a better way would be to just place it in App.tsx and separating the routes by either having a Navigation or not. Or using it inside the Header might be another option(Currently only the mobile view Navigation is part of Header)
The text was updated successfully, but these errors were encountered:
The
Navigation
component is being used independently in separate places -Navigation
component in mobile view is actually here rather than being in the component itself. Moving this logic to theNavigation
component seems more logical.Maybe a better way would be to just place it in
App.tsx
and separating the routes by either having aNavigation
or not. Or using it inside theHeader
might be another option(Currently only the mobile viewNavigation
is part ofHeader
)The text was updated successfully, but these errors were encountered: