Rename "Admin" nav button to "Login" on home page
Nobody has claimed this yet.
Assessment
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Newbie friendliness
- 95/100
- Issue type
- Bug
- Clarity
- Clearly specified
- Activity status
- Quiet
- Tech stack
- javascript
- Domain
- frontend
Research direction
Open client/src/components/Navbar.jsx and inspect the !auth?.user conditional block around lines 51–59, especially line 57. Change the unauthenticated navbar button label from ADMIN to LOGIN, then verify that it still routes to /login and that the home page displays the corrected label.
Written by the indexing model from the issue text.
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.jsxline 57, change the button label fromADMINtoLOGIN
Resources/Instructions
Relevant code: client/src/components/Navbar.jsx — the !auth?.user conditional block (~line 51–59)
- Dominant language
- JavaScript
- Stars
- 61
- Forks
- 101
- PR merge metrics
- No merged PRs in 30d
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from hackforla/VRMS
-
complexity: small feature: Infrastructure p-feature: User Permissions role: Front End size: 0.25pt
Difficulty 1/5 Under an hour Newbie friendliness 68/100
-
Bug complexity: medium good first issue p-feature: Login role: Front End size: 1pt
Difficulty 2/5 1-3 hours Newbie friendliness 68/100
-
complexity: medium feature: Login role: devops size: 1pt
Difficulty 2/5 Half a day Newbie friendliness 72/100
-
complexity: small p-feature: Onboarding role: Front End size: 0.25pt
Difficulty 2/5 1-3 hours Newbie friendliness 68/100
-
complexity: medium p-feature: Onboarding role: UI/UX design size: 2pt
Similar issues
-
Difficulty 2/5 1-3 hours Newbie friendliness 88/100
HarperFast/skills#96 ·
-
[Block] Latest Posts [Type] Bug
Difficulty 2/5 1-3 hours Newbie friendliness 76/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 78/100
Automattic/studio#4908 ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 74/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 86/100
sugarlabs/musicblocks#8847 ·