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
2 changes: 1 addition & 1 deletion src/pages/careers/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -523,7 +523,7 @@ function CareersContent() {
variants={fadeIn}
>
<div className="testimonial-content text-center">
<div className="w-20 h-20 bg-gradient-to-br from-blue-400 to-purple-500 rounded-full mx-auto mb-6 flex items center justify-center">
<div className="w-20 h-20 bg-gradient-to-br from-blue-400 to-purple-500 rounded-full mx-auto mb-6 flex items-center justify-center">
<span className="text-2xl">👤</span>
</div>
<blockquote
Expand Down
Loading