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
Is sub navigation even possible in NextJS and this or am I missing something? I cannot figure out how to have a menu like this:
Home
--> Subpage
--> Subpage
-->-->SubSubpage
Main Page
Contact Page
I want to be able to track which option is pressed for example if subpage is selected then Home would be highlighted because it is the parent. Is this possible? If so how?
The text was updated successfully, but these errors were encountered:
Is sub navigation even possible in NextJS and this or am I missing something? I cannot figure out how to have a menu like this:
Home
--> Subpage
--> Subpage
-->-->SubSubpage
Main Page
Contact Page
I want to be able to track which option is pressed for example if subpage is selected then Home would be highlighted because it is the parent. Is this possible? If so how?
The text was updated successfully, but these errors were encountered: