File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import "./community.css";
33import Image from "next/image" ;
44import CommunityBunny from "@/public/images/community-bunny.png" ;
55import GithubSvg from "@/public/images/social/github.svg" ;
6- import TwitterSvg from "@/public/images/social/ twitter.svg" ;
6+ import XImage from "@/public/images/x- twitter.svg"
77import SlackSvg from "@/public/images/social/slack.svg" ;
88import YoutubeSvg from "@/public/images/social/youtube.svg" ;
99import LinkedinSvg from "@/public/images/social/linkedin.svg" ;
@@ -79,9 +79,9 @@ function SocialLinkCard({
7979export default function Community ( ) {
8080 const cardsData : CardData [ ] = [
8181 {
82- link : "https://twitter .com/Keployio" ,
83- svgIcon : TwitterSvg ,
84- platformName : "Twitter " ,
82+ link : "https://x .com/Keployio?mx=2 " ,
83+ svgIcon : XImage ,
84+ platformName : "X " ,
8585 description : "Let's talk about regression testing!" ,
8686 } ,
8787 {
You can’t perform that action at this time.
0 commit comments