Rename "Admin" nav button to "Login" on home page
Open
complexity: small
housekeeping
p-feature: Login
role: Front End
size: 0.25pt
- Dominant language
- JavaScript
- Stars
- 61
- Forks
- 101
- PR merge metrics
- No merged PRs in 30d
Description
### Overview
The navbar displays an "ADMIN" button for unauthenticated users that routes to `/login`. The label is misleading — it should say "LOGIN" to accurately reflect its purpose.
### Action Items
- In `client/src/components/Navbar.jsx` line 57, change the button label from `ADMIN` to `LOGIN`
### Resources/Instructions
Relevant code: `client/src/components/Navbar.jsx` — the `!auth?.user` conditional block (~line 51–59)
Contributor guide
Assessment
This issue has not been assessed yet.