From 395dcc18b5b31fc479cc950cefa5db9c4b65cc52 Mon Sep 17 00:00:00 2001 From: red-panda3 Date: Sun, 2 Feb 2025 13:07:53 +0530 Subject: [PATCH] X Icon Fixed Signed-off-by: red-panda3 --- components/community.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/components/community.tsx b/components/community.tsx index d8a0e081..2ba86ba1 100644 --- a/components/community.tsx +++ b/components/community.tsx @@ -3,7 +3,7 @@ import "./community.css"; import Image from "next/image"; import CommunityBunny from "@/public/images/community-bunny.png"; import GithubSvg from "@/public/images/social/github.svg"; -import TwitterSvg from "@/public/images/social/twitter.svg"; +import XImage from "@/public/images/x-twitter.svg" import SlackSvg from "@/public/images/social/slack.svg"; import YoutubeSvg from "@/public/images/social/youtube.svg"; import LinkedinSvg from "@/public/images/social/linkedin.svg"; @@ -79,9 +79,9 @@ function SocialLinkCard({ export default function Community() { const cardsData: CardData[] = [ { - link: "https://twitter.com/Keployio", - svgIcon: TwitterSvg, - platformName: "Twitter", + link: "https://x.com/Keployio?mx=2", + svgIcon: XImage, + platformName: "X", description: "Let's talk about regression testing!", }, {