Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/pages/careers/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ function CareersContent() {
variants={fadeIn}
>
<Link
to="#"
href="#open-positions"
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"
>
View Open Positions
Expand Down Expand Up @@ -386,7 +386,7 @@ function CareersContent() {
<div className="max-w-6xl mx-auto">
<motion.div className="text-center mb-16" variants={fadeIn}>
<h2
className="text-4xl md:text-5xl font-bold mb-6"
className="text-4xl md:text-5xl font-bold mb-6" id="open-positions"
style={{
color: isDark ? '#ffffff' : '#111827'
}}
Expand Down
Loading