From 6eb7ef4bc39d4bc7c7c063f98432a9b41bd7c8d2 Mon Sep 17 00:00:00 2001 From: Krushna Kanta Rout <129386740+krushnarout@users.noreply.github.com> Date: Fri, 19 Jan 2024 21:44:34 +0530 Subject: [PATCH] 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 <88786642+kumarsonsoff3@users.noreply.github.com> --- config/socials.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/socials.js b/config/socials.js index 0b4d73f8675..3e7b3576cbf 100644 --- a/config/socials.js +++ b/config/socials.js @@ -1,11 +1,11 @@ "use client"; -import { BsTwitter, BsFacebook, BsLinkedin } from "react-icons/bs"; +import { BsTwitterX, BsFacebook, BsLinkedin } from "react-icons/bs"; export const socials = [ { SOCIAL_SHARE_LINK: "https://twitter.com/intent/tweet?url=", - Icon: BsTwitter, + Icon: BsTwitterX, includeText: true, }, {