We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec1a12d commit 638a50fCopy full SHA for 638a50f
1 file changed
src/layouts/components/SocialsRow.tsx
@@ -3,9 +3,9 @@ import {
3
AiFillGithub,
4
AiFillRedditCircle,
5
AiFillYoutube,
6
- AiOutlineTwitter,
7
} from "react-icons/ai";
8
import { FaDiscord, FaTelegramPlane } from "react-icons/fa";
+import { FaXTwitter } from "react-icons/fa6";
9
10
interface SocialsRowProps {
11
language: string;
@@ -68,7 +68,7 @@ export default function SocialsRow(props: SocialsRowProps): JSX.Element {
68
data-testid="socials-row-x"
69
id="X"
70
>
71
- <AiOutlineTwitter className="hover-icons" size={24} />
+ <FaXTwitter className="hover-icons" size={24} />
72
</a>
73
</div>
74
);
0 commit comments