Skip to content

Commit

Permalink
fix: Replace Twitter Icon with X Icon
Browse files Browse the repository at this point in the history
Signed-off-by: Sayantani Deb <[email protected]>
  • Loading branch information
SayantaniDeb committed Dec 27, 2024
1 parent 122e82d commit 6b00f5b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions components/community.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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 TwitterSvg 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";
Expand Down Expand Up @@ -79,9 +79,9 @@ function SocialLinkCard({
export default function Community() {
const cardsData: CardData[] = [
{
link: "https://twitter.com/Keployio",
link: "https://x.com/Keployio",
svgIcon: TwitterSvg,
platformName: "Twitter",
platformName: "X",
description: "Let's talk about regression testing!",
},
{
Expand Down

0 comments on commit 6b00f5b

Please sign in to comment.