-
Notifications
You must be signed in to change notification settings - Fork 23
Open
Labels
Description
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
- Verify Links
- Hide Login/Signup when logged in
- Show Logout when logged in
Reactions are currently unavailable