Description
This issue addresses several improvements to the navbar functionality and login/signup display:
-
Verify Links: Ensure all navbar links point to the correct corresponding pages. Fix navbar links on login being different than on landing page.
-
Show/Hide Links: Based on login status, conditionally display or hide the "Login" and "Signup" links. Also, create a Logout link.
- Logged Out Users: Show "Login" and "Signup" links.
- Logged In Users: Hide "Login" and "Signup" links, show "Logout" link.
-
Testing: Thoroughly test the updated navbar functionality after implementing the changes.
Checklist
Description
This issue addresses several improvements to the navbar functionality and login/signup display:
Verify Links: Ensure all navbar links point to the correct corresponding pages. Fix navbar links on login being different than on landing page.
Show/Hide Links: Based on login status, conditionally display or hide the "Login" and "Signup" links. Also, create a Logout link.
Testing: Thoroughly test the updated navbar functionality after implementing the changes.
Checklist