Skip to content
This repository was archived by the owner on Aug 7, 2024. It is now read-only.

Commit 6eb7ef4

Browse files
fix: old socials twitter icon to X (#9972)
* Change twitter icon to X * import new icon from react-icons * Update react-icon latest version * Update package-lock.json * Update package-lock.json * Update package.json --------- Co-authored-by: Priyanshu kumawat <[email protected]>
1 parent d0d594b commit 6eb7ef4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config/socials.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
"use client";
22

3-
import { BsTwitter, BsFacebook, BsLinkedin } from "react-icons/bs";
3+
import { BsTwitterX, BsFacebook, BsLinkedin } from "react-icons/bs";
44

55
export const socials = [
66
{
77
SOCIAL_SHARE_LINK: "https://twitter.com/intent/tweet?url=",
8-
Icon: BsTwitter,
8+
Icon: BsTwitterX,
99
includeText: true,
1010
},
1111
{

0 commit comments

Comments
 (0)