We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6738119 + 69c8b22 commit 18bc99bCopy full SHA for 18bc99b
src/components/Footer.jsx
@@ -1,5 +1,5 @@
1
import React from "react";
2
-import { FaGithubSquare, FaInstagram, FaTwitterSquare, FaLinkedin } from "react-icons/fa";
+import { FaGithubSquare, FaInstagram, FaXTwitter, FaLinkedin } from "react-icons/fa";
3
4
const Footer = () => {
5
return (
@@ -13,7 +13,7 @@ const Footer = () => {
13
</a>
14
<a href="https://twitter.com/fosscuk" className="transition duration-300 ease-in-out hover:scale-125" target="blank">
15
16
- <FaTwitterSquare size={30} />
+ <FaXTwitter size={30} />
17
18
<a href="https://github.com/FOSS-Community/" className="transition duration-300 ease-in-out hover:scale-125" target="blank">
19
<FaGithubSquare size={30} />
0 commit comments