About.jsx: CTA button uses <a href="/contact"> instead of <Link to="/contact"> #59

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

Bug Description

The "Request Consultation" CTA button in src/pages/About.jsx (line 108) uses <a href="/contact"> instead of React Router's <Link to="/contact">. This causes a full page reload on navigation.

Fix

Import { Link } from "react-router-dom" and replace <a href="/contact"> with <Link to="/contact">.

Labels

  • bug, frontend, P2 Medium
## Bug Description The "Request Consultation" CTA button in `src/pages/About.jsx` (line 108) uses `<a href="/contact">` instead of React Router's `<Link to="/contact">`. This causes a full page reload on navigation. ## Fix Import `{ Link } from "react-router-dom"` and replace `<a href="/contact">` with `<Link to="/contact">`. ## Labels - bug, frontend, P2 Medium
null added the
P2 Medium
bug
frontend
labels 2026-05-17 17:52:46 -05:00
null closed this issue 2026-05-17 18:04:27 -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#59
No description provided.