Is there an existing issue for this?
Describe the bug
Summary
The two hero CTA controls on /careers are rendered as Link components without a to target, so both are non-functional.
Affected file
src/pages/careers/index.tsx:236-241
Reproduction
- Open
/careers
- Click View Open Positions
- Click Learn About Our Culture
Actual behavior
No navigation/scroll is triggered for either CTA.
Evidence
<Link className="transform rounded-lg bg-white px-8 py-4 ...">
View Open Positions
</Link>
<Link className="transform rounded-lg bg-white px-8 py-4 ...">
Learn About Our Culture
</Link>
Duplicate check
Checked against open issues/closed issues/open PRs #1520, #1517, #1512 open PRs included); no duplicate found.
Expected behavior
- View Open Positions should navigate to the openings section.
- Learn About Our Culture should navigate to the culture section.
- The page already contains these section ids:
#openings and #culture.
Add ScreenShots
No response
What browsers are you seeing the problem on?
Chrome
Record
Is there an existing issue for this?
Describe the bug
Summary
The two hero CTA controls on
/careersare rendered asLinkcomponents without atotarget, so both are non-functional.Affected file
src/pages/careers/index.tsx:236-241Reproduction
/careersActual behavior
No navigation/scroll is triggered for either CTA.
Evidence
Duplicate check
Checked against open issues/closed issues/open PRs
#1520,#1517,#1512open PRs included); no duplicate found.Expected behavior
#openingsand#culture.Add ScreenShots
No response
What browsers are you seeing the problem on?
Chrome
Record