Support.jsx: Contact Us button uses <a href> instead of <Link to> #60

Closed
opened 2026-05-17 17:52:51 -05:00 by null · 0 comments
Owner

Bug Description

src/pages/Support.jsx line 130 uses <a href="/contact"> for the "Contact Us" CTA button instead of <Link to="/contact">. This causes a full page reload.

Fix

Import { Link } from "react-router-dom" (if not already imported) and replace the <a> with <Link>.

Labels

  • bug, frontend, P2 Medium
## Bug Description `src/pages/Support.jsx` line 130 uses `<a href="/contact">` for the "Contact Us" CTA button instead of `<Link to="/contact">`. This causes a full page reload. ## Fix Import `{ Link } from "react-router-dom"` (if not already imported) and replace the `<a>` with `<Link>`. ## Labels - bug, frontend, P2 Medium
null added the
P2 Medium
bug
frontend
labels 2026-05-17 17:52:51 -05:00
null closed this issue 2026-05-17 18:04:28 -05:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: null/Queue-North-Website#60
No description provided.