Skip to content

Commit 235b682

Browse files
authored
Merge pull request #592 from kalyaniugale/fixed-open-positions-redirection
Fixed Open Positions button redirection to careers section (#578)
2 parents b2e3c46 + 6712dbb commit 235b682

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/pages/careers/index.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ function CareersContent() {
215215
variants={fadeIn}
216216
>
217217
<Link
218-
to="#"
218+
href="#open-positions"
219219
className="bg-white text-blue-600 px-8 py-4 rounded-lg font-semibold hover:bg-blue-50 transition-all duration-300 transform hover:scale-105 shadow-lg"
220220
>
221221
View Open Positions
@@ -396,7 +396,7 @@ function CareersContent() {
396396
<div className="max-w-6xl mx-auto">
397397
<motion.div className="text-center mb-16" variants={fadeIn}>
398398
<h2
399-
className="text-4xl md:text-5xl font-bold mb-6"
399+
className="text-4xl md:text-5xl font-bold mb-6" id="open-positions"
400400
style={{
401401
color: isDark ? '#ffffff' : '#111827'
402402
}}

0 commit comments

Comments
 (0)