hackforla / hackforla/VRMS

Rename "Admin" nav button to "Login" on home page

Open
#2,168 0 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.