Skip to content

🐞[Bug]: hero CTA links render without navigation targets #1522

@Kuldeep2822k

Description

@Kuldeep2822k

Is there an existing issue for this?

  • I have searched the existing issues

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

  1. Open /careers
  2. Click View Open Positions
  3. 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

  • I have read the Contributing Guidelines
  • I want to work on this issue
  • I am a part of gssoc26

Metadata

Metadata

Assignees

Type

Projects

Status

Todo

Relationships

None yet

Development

No branches or pull requests

Issue actions