Skip to content

Commit eaa0a79

Browse files
authored
Merge pull request #696 from gmarav05/avatar-carrers
Sets Team avatars in centre with profile.
2 parents e9635d5 + 29bfefd commit eaa0a79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/careers/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -523,7 +523,7 @@ function CareersContent() {
523523
variants={fadeIn}
524524
>
525525
<div className="testimonial-content text-center">
526-
<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">
526+
<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">
527527
<span className="text-2xl">👤</span>
528528
</div>
529529
<blockquote

0 commit comments

Comments
 (0)