Skip to content

Commit

Permalink
[UPDATE] Added hover effect on Social Media icons
Browse files Browse the repository at this point in the history
  • Loading branch information
Mahitej28 committed Oct 10, 2023
1 parent 0664de4 commit 9cb0d60
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/components/Footer/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,25 +34,25 @@ function Footer() {
<div className="text-[#FCFCFD] flex flex-row font-light my-4">
<a
href="https://linkedin.com/company/tcet-opensource/"
className="hover:no-underline hover:text-[#FCFCFD] mx-4 my-3"
className="hover:no-underline hover:text-[#FCFCFD] mx-4 my-3 hover:scale-110"
>
<Linkedin />
</a>
<a
href="https://www.youtube.com/@TCETMumbaiOfficial"
className="hover:no-underline hover:text-[#FCFCFD] mx-4 my-3"
className="hover:no-underline hover:text-[#FCFCFD] mx-4 my-3 hover:scale-110"
>
<Youtube />
</a>
<a
href="https://twitter.com/tcetopensource"
className="hover:no-underline hover:text-[#FCFCFD] mx-4 my-3"
className="hover:no-underline hover:text-[#FCFCFD] mx-4 my-3 hover:scale-110"
>
<Twitter />
</a>
<a
href="https://instagram.com/tcetopensource/"
className="hover:no-underline hover:text-[#FCFCFD] mx-4 my-3"
className="hover:no-underline hover:text-[#FCFCFD] mx-4 my-3 hover:scale-110"
>
<Instagram />
</a>
Expand Down

0 comments on commit 9cb0d60

Please sign in to comment.