Skip to content

Commit 18bc99b

Browse files
Merge pull request #353 from Abhishekkatale/main
Update Footer.jsx
2 parents 6738119 + 69c8b22 commit 18bc99b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/Footer.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import React from "react";
2-
import { FaGithubSquare, FaInstagram, FaTwitterSquare, FaLinkedin } from "react-icons/fa";
2+
import { FaGithubSquare, FaInstagram, FaXTwitter, FaLinkedin } from "react-icons/fa";
33

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

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

0 commit comments

Comments
 (0)