Skip to content

Commit

Permalink
Merge pull request #129 from adityajha2005/issue126
Browse files Browse the repository at this point in the history
Update 'Twitter' text to 'X' for consistency
  • Loading branch information
benjagm authored Mar 2, 2025
2 parents 2757157 + 7dad17d commit f8dbd5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/CommunityLinks/CommunityLinks.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export default function CompanyLogos() {
return [
{ title: "Github", link: "https://github.com/json-schema-org" },
{ title: "Slack", link: "https://json-schema.org/slack" },
{ title: "Twitter", link: "https://x.com/jsonschema" },
{ title: "X", link: "https://x.com/jsonschema" },
{
title: "Youtube",
link: "https://www.youtube.com/@JSONSchemaOrgOfficial",
Expand Down

0 comments on commit f8dbd5e

Please sign in to comment.