We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0a1e2a commit f4d2556Copy full SHA for f4d2556
src/components/about/TeamCard.tsx
@@ -60,7 +60,7 @@ export const TeamCard: React.FC<TeamMemberProps> = ({
60
}`}
61
aria-label={`View ${name}'s LinkedIn profile`}
62
>
63
- <FaLinkedin className="text-5xl text-blue" />
+ <FaLinkedin className="text-4xl text-blue" />
64
</a>
65
)}
66
</div>
0 commit comments