Skip to content

Commit 60bfcdd

Browse files
authored
Update Footer.js
1 parent d4ae5d4 commit 60bfcdd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/components/Footer.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ import {
1515
FaYoutube,
1616
FaInstagram
1717
} from 'react-icons/fa6';
18+
import { PiXLogoBold } from "react-icons/pi";
1819
import { IoStarSharp } from 'react-icons/io5';
1920

2021
import { cols } from '../styles/styles.module.css';
@@ -107,7 +108,7 @@ const Footer = () => {
107108
</li>
108109
<li>
109110
<a href="https://twitter.com/thecodingtrain" aria-label="Twitter">
110-
<FaTwitter size={30} />
111+
<PiXLogoBold size={30} />
111112
<span>Twitter</span>
112113
</a>
113114
</li>

0 commit comments

Comments
 (0)