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.
1 parent d4ae5d4 commit 60bfcddCopy full SHA for 60bfcdd
src/components/Footer.js
@@ -15,6 +15,7 @@ import {
15
FaYoutube,
16
FaInstagram
17
} from 'react-icons/fa6';
18
+import { PiXLogoBold } from "react-icons/pi";
19
import { IoStarSharp } from 'react-icons/io5';
20
21
import { cols } from '../styles/styles.module.css';
@@ -107,7 +108,7 @@ const Footer = () => {
107
108
</li>
109
<li>
110
<a href="https://twitter.com/thecodingtrain" aria-label="Twitter">
- <FaTwitter size={30} />
111
+ <PiXLogoBold size={30} />
112
<span>Twitter</span>
113
</a>
114
0 commit comments