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
The current navigation bar in the header does not visually indicate which page is active after navigation. We need to ensure that the active link (representing the current page) remains highlighted in the navigation bar to improve user experience.
Tasks:
Add functionality to detect the current route/page.
Apply the appropriate styling to the active link in the header (e.g., bold, underline, or change color).
Ensure that the active state persists across page refreshes.
Test responsiveness and ensure that the highlight works on mobile, tablet, and desktop.
Expected Outcome:
The navigation bar should always show the active link as highlighted, providing visual feedback to the user on their current page.
The text was updated successfully, but these errors were encountered:
The current navigation bar in the header does not visually indicate which page is active after navigation. We need to ensure that the active link (representing the current page) remains highlighted in the navigation bar to improve user experience.
Tasks:
Expected Outcome:
The text was updated successfully, but these errors were encountered: