Skip to content

Fix mobile nav 'Medication Suggester' link target and label#512

Open
c-tonneslan wants to merge 1 commit into
CodeForPhilly:developfrom
c-tonneslan:fix/494-mobile-nav-medication-suggester
Open

Fix mobile nav 'Medication Suggester' link target and label#512
c-tonneslan wants to merge 1 commit into
CodeForPhilly:developfrom
c-tonneslan:fix/494-mobile-nav-medication-suggester

Conversation

@c-tonneslan

Copy link
Copy Markdown

Closes #494.

The mobile nav had two issues with the suggester link:

  1. Wrong target. The link pointed at /login, which sent already-logged-in users back to the login page instead of the suggester. Point at / to match the desktop header at Header.tsx:124.
  2. Wrong label. Said 'Medical Suggester'; everywhere else in the app says 'Medication Suggester'. Renamed for consistency.

Closes CodeForPhilly#494. The mobile nav 'Medical Suggester' link was pointing at
/login (which kicked users to the login page) and used the wrong word.
Point it at / (where the suggester lives, matching the desktop Header)
and rename to 'Medication Suggester' for consistency with everywhere
else in the app.

Signed-off-by: Charlie Tonneslan <cst0520@gmail.com>
@sahilds1 sahilds1 changed the base branch from listOfMed to develop July 8, 2026 20:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant