diff --git a/app/[locale]/Footer.tsx b/app/[locale]/Footer.tsx index a4d0530f..5b6fdef0 100644 --- a/app/[locale]/Footer.tsx +++ b/app/[locale]/Footer.tsx @@ -126,20 +126,6 @@ export default function Footer() { ), }, - { - name: tFooter("socialNav.x"), - href: "https://x.com/rocky_linux", - icon: (props: JSX.IntrinsicAttributes & SVGProps) => ( - - - - ), - }, { name: tFooter("socialNav.github"), href: "https://github.com/rocky-linux", diff --git a/components/shareButtons/ShareButtons.tsx b/components/shareButtons/ShareButtons.tsx index 98b8302a..eb3b836f 100644 --- a/components/shareButtons/ShareButtons.tsx +++ b/components/shareButtons/ShareButtons.tsx @@ -12,7 +12,6 @@ const ShareButtons = ({ url }: ShareButtonsProps) => { const blueskyLink = `https://bsky.app/intent/compose?text=${url}`; const facebookLink = `https://www.facebook.com/sharer/sharer.php?u=${url}`; - const xLink = `https://twitter.com/intent/tweet?text=${url}`; const linkedInLink = `https://www.linkedin.com/sharing/share-offsite/?url=${url}`; const threadsLink = `https://threads.net/intent/post?text=${url}`; @@ -100,21 +99,6 @@ const ShareButtons = ({ url }: ShareButtonsProps) => { - - {t("x")} - - ); diff --git a/messages/en-US.json b/messages/en-US.json index 1583a0be..884b4913 100644 --- a/messages/en-US.json +++ b/messages/en-US.json @@ -63,7 +63,6 @@ "linkedin": "LinkedIn", "mastodon": "Mastodon", "threads": "Threads", - "x": "X", "youtube": "YouTube" }, "disclaimer": "Rocky Linux® is the registered trademark of the Rocky Enterprise Software Foundation in the U.S. and other countries. Linux® is the registered trademark of Linus Torvalds in the U.S. and other countries. Red Hat Enterprise Linux, RHEL and CentOS are trademarks or registered trademarks of Red Hat, Inc. or its subsidiaries in the US and other countries. We are not affiliated with, endorsed by or sponsored by Red Hat, Inc." @@ -118,7 +117,6 @@ }, "facebook": "Facebook", "linkedin": "LinkedIn", - "x": "X", "threads": "Threads" }, "about": { diff --git a/messages/en.json b/messages/en.json index 1583a0be..884b4913 100644 --- a/messages/en.json +++ b/messages/en.json @@ -63,7 +63,6 @@ "linkedin": "LinkedIn", "mastodon": "Mastodon", "threads": "Threads", - "x": "X", "youtube": "YouTube" }, "disclaimer": "Rocky Linux® is the registered trademark of the Rocky Enterprise Software Foundation in the U.S. and other countries. Linux® is the registered trademark of Linus Torvalds in the U.S. and other countries. Red Hat Enterprise Linux, RHEL and CentOS are trademarks or registered trademarks of Red Hat, Inc. or its subsidiaries in the US and other countries. We are not affiliated with, endorsed by or sponsored by Red Hat, Inc." @@ -118,7 +117,6 @@ }, "facebook": "Facebook", "linkedin": "LinkedIn", - "x": "X", "threads": "Threads" }, "about": {