Skip to content

Commit

Permalink
fix:socialhover in footer
Browse files Browse the repository at this point in the history
  • Loading branch information
shivamshahi07 committed Feb 6, 2024
1 parent 38c9bb9 commit 05a41f8
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 05a41f8

Please sign in to comment.