Skip to content

Commit f4d2556

Browse files
committed
fix linkedin size
1 parent a0a1e2a commit f4d2556

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/about/TeamCard.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ export const TeamCard: React.FC<TeamMemberProps> = ({
6060
}`}
6161
aria-label={`View ${name}'s LinkedIn profile`}
6262
>
63-
<FaLinkedin className="text-5xl text-blue" />
63+
<FaLinkedin className="text-4xl text-blue" />
6464
</a>
6565
)}
6666
</div>

0 commit comments

Comments
 (0)