Skip to content

Commit

Permalink
social icons hover effect added
Browse files Browse the repository at this point in the history
  • Loading branch information
sanidhyy authored Jan 13, 2024
1 parent 9815509 commit 6f11293
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Footer.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const Footer = () => {
{socials.map((social) => (
<li
key={social.name}
className="text-secondary font-poppins font-medium cursor-pointer text-[16px]"
className="text-secondary font-poppins font-medium cursor-pointer text-[16px] opacity-80 hover:opacity-100 transition"
>
<Link to={social.link} target="_blank" rel="noreferrer noopener">
<img src={social.icon} alt={social.name} className="h-6 w-6" />
Expand Down

0 comments on commit 6f11293

Please sign in to comment.