Skip to content

Commit

Permalink
Merge pull request #171 from acm-ucr/tingtingtingtingtingtingtingting…
Browse files Browse the repository at this point in the history
…tingtin/animated-socials

Made Socials scale on hover
  • Loading branch information
qhgill authored Aug 14, 2024
2 parents 6b5f971 + d5c63fc commit 982ef1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/support/Connect.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const Connect = ({ name, icon, link }) => {
target="_blank"
rel="noopener noreferrer"
>
{icon}
<span className="transition ease-in-out hover:scale-110">{icon}</span>
<div className="text-xl">{name}</div>
</Link>
);
Expand Down

0 comments on commit 982ef1e

Please sign in to comment.