We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2757157 + 7dad17d commit f8dbd5eCopy full SHA for f8dbd5e
app/components/CommunityLinks/CommunityLinks.tsx
@@ -9,7 +9,7 @@ export default function CompanyLogos() {
9
return [
10
{ title: "Github", link: "https://github.com/json-schema-org" },
11
{ title: "Slack", link: "https://json-schema.org/slack" },
12
- { title: "Twitter", link: "https://x.com/jsonschema" },
+ { title: "X", link: "https://x.com/jsonschema" },
13
{
14
title: "Youtube",
15
link: "https://www.youtube.com/@JSONSchemaOrgOfficial",
0 commit comments