Skip to content

Commit b17bfb7

Browse files
committed
fix of hero CTA links render without navigation targets
1 parent f54b70a commit b17bfb7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/pages/careers/index.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -233,10 +233,10 @@ function CareersContent() {
233233
className="flex flex-col justify-center gap-4 sm:flex-row"
234234
variants={fadeIn}
235235
>
236-
<Link className="transform rounded-lg bg-white px-8 py-4 font-semibold text-blue-600 shadow-lg transition-all duration-300 hover:scale-105 hover:bg-blue-50">
236+
<Link to="#openings" className="transform rounded-lg bg-white px-8 py-4 font-semibold text-blue-600 shadow-lg transition-all duration-300 hover:scale-105 hover:bg-blue-50">
237237
View Open Positions
238238
</Link>
239-
<Link className="transform rounded-lg bg-white px-8 py-4 font-semibold text-blue-600 shadow-lg transition-all duration-300 hover:scale-105 hover:bg-blue-50">
239+
<Link to="#culture" className="transform rounded-lg bg-white px-8 py-4 font-semibold text-blue-600 shadow-lg transition-all duration-300 hover:scale-105 hover:bg-blue-50">
240240
Learn About Our Culture
241241
</Link>
242242
</motion.div>

0 commit comments

Comments
 (0)