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

Commit

Permalink
fix: old socials twitter icon to X (#9972)
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
krushnarout and kumarsonsoff3 authored Jan 19, 2024
1 parent d0d594b commit 6eb7ef4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/socials.js
Original file line number Diff line number Diff line change
@@ -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,
},
{
Expand Down

0 comments on commit 6eb7ef4

Please sign in to comment.