Skip to content

Commit

Permalink
Merge pull request #75 from shivamshahi07/fix/social-hover
Browse files Browse the repository at this point in the history
fix:socialhover in footer
  • Loading branch information
hkirat authored Feb 9, 2024
2 parents 162e7f3 + 05a41f8 commit eecd4c7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/components/landing/footer/footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -50,16 +50,16 @@ const Footer = () => {
<h4 className="text-neutral-200 font-semibold mb-2">Follow us</h4>
<div className="flex gap-x-2">
<Link target="_blank" href={'https://twitter.com/kirat_tw'}>
<TwitterIcon color="white" />
<TwitterIcon className="text-white hover:text-blue-500" />
</Link>
<Link
target="_blank"
href={'https://www.instagram.com/kirat_ins/'}
>
<Instagram color="white" />
<Instagram className="text-white hover:text-blue-500" />
</Link>
<Link target="_blank" href={'https://www.youtube.com/@harkirat1'}>
<Youtube color="white" />
<Youtube className="text-white hover:text-blue-500" />
</Link>
</div>
</div>
Expand Down

0 comments on commit eecd4c7

Please sign in to comment.