Skip to content

Commit f8dbd5e

Browse files
authored
Merge pull request #129 from adityajha2005/issue126
Update 'Twitter' text to 'X' for consistency
2 parents 2757157 + 7dad17d commit f8dbd5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/components/CommunityLinks/CommunityLinks.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ export default function CompanyLogos() {
99
return [
1010
{ title: "Github", link: "https://github.com/json-schema-org" },
1111
{ title: "Slack", link: "https://json-schema.org/slack" },
12-
{ title: "Twitter", link: "https://x.com/jsonschema" },
12+
{ title: "X", link: "https://x.com/jsonschema" },
1313
{
1414
title: "Youtube",
1515
link: "https://www.youtube.com/@JSONSchemaOrgOfficial",

0 commit comments

Comments
 (0)