File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import "./community.css";
3
3
import Image from "next/image" ;
4
4
import CommunityBunny from "@/public/images/community-bunny.png" ;
5
5
import GithubSvg from "@/public/images/social/github.svg" ;
6
- import TwitterSvg from "@/public/images/social/ twitter.svg" ;
6
+ import TwitterSvg from "@/public/images/x- twitter.svg" ;
7
7
import SlackSvg from "@/public/images/social/slack.svg" ;
8
8
import YoutubeSvg from "@/public/images/social/youtube.svg" ;
9
9
import LinkedinSvg from "@/public/images/social/linkedin.svg" ;
@@ -79,9 +79,9 @@ function SocialLinkCard({
79
79
export default function Community ( ) {
80
80
const cardsData : CardData [ ] = [
81
81
{
82
- link : "https://twitter .com/Keployio" ,
82
+ link : "https://x .com/Keployio" ,
83
83
svgIcon : TwitterSvg ,
84
- platformName : "Twitter " ,
84
+ platformName : "X " ,
85
85
description : "Let's talk about regression testing!" ,
86
86
} ,
87
87
{
You can’t perform that action at this time.
0 commit comments