Skip to content

Commit

Permalink
Add scale-up hover transition into Social media links
Browse files Browse the repository at this point in the history
  • Loading branch information
JohanMejia77 committed Sep 25, 2024
1 parent 64584cd commit 302176b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Footer/FooterLinks.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export function SocialMedia() {
<>
{
SOCIALMEDIA_LINKS.map((item) => (
<li key={item.name}>
<li key={item.name} className="hover:scale-125 transition-transform">
<Link
href={item.path}
rel="noreferrer noopener"
Expand Down

0 comments on commit 302176b

Please sign in to comment.