Skip to content

Commit 638a50f

Browse files
author
Teo
authored
Issue #11: Replace old Twitter bird icon with new X logo (DeFiCh#765)
1 parent ec1a12d commit 638a50f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/layouts/components/SocialsRow.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ import {
33
AiFillGithub,
44
AiFillRedditCircle,
55
AiFillYoutube,
6-
AiOutlineTwitter,
76
} from "react-icons/ai";
87
import { FaDiscord, FaTelegramPlane } from "react-icons/fa";
8+
import { FaXTwitter } from "react-icons/fa6";
99

1010
interface SocialsRowProps {
1111
language: string;
@@ -68,7 +68,7 @@ export default function SocialsRow(props: SocialsRowProps): JSX.Element {
6868
data-testid="socials-row-x"
6969
id="X"
7070
>
71-
<AiOutlineTwitter className="hover-icons" size={24} />
71+
<FaXTwitter className="hover-icons" size={24} />
7272
</a>
7373
</div>
7474
);

0 commit comments

Comments
 (0)