Skip to content

Commit

Permalink
Update Footer.jsx
Browse files Browse the repository at this point in the history
  • Loading branch information
Abhishekkatale authored Oct 3, 2024
1 parent 6738119 commit 69c8b22
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Footer.jsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React from "react";
import { FaGithubSquare, FaInstagram, FaTwitterSquare, FaLinkedin } from "react-icons/fa";
import { FaGithubSquare, FaInstagram, FaXTwitter, FaLinkedin } from "react-icons/fa";

const Footer = () => {
return (
Expand All @@ -13,7 +13,7 @@ const Footer = () => {
</a>
<a href="https://twitter.com/fosscuk" className="transition duration-300 ease-in-out hover:scale-125" target="blank">

<FaTwitterSquare size={30} />
<FaXTwitter size={30} />
</a>
<a href="https://github.com/FOSS-Community/" className="transition duration-300 ease-in-out hover:scale-125" target="blank">
<FaGithubSquare size={30} />
Expand Down

0 comments on commit 69c8b22

Please sign in to comment.