From b8819746c170214a723f147ab4a170168976cbad Mon Sep 17 00:00:00 2001
From: chris48s <chris48s@users.noreply.github.com>
Date: Sat, 9 Dec 2023 18:55:27 +0000
Subject: [PATCH] stop linking to twitter (#9685)

---
 README.md                      | 3 ---
 frontend/docusaurus.config.cjs | 4 ----
 2 files changed, 7 deletions(-)

diff --git a/README.md b/README.md
index 3b6b863170..6968cdc92f 100644
--- a/README.md
+++ b/README.md
@@ -22,9 +22,6 @@
     <a href="https://discord.gg/HjJCwm5">
         <img src="https://img.shields.io/discord/308323056592486420?logo=discord"
             alt="chat on Discord"></a>
-    <a href="https://twitter.com/intent/follow?screen_name=shields_io">
-        <img src="https://img.shields.io/twitter/follow/shields_io?style=social&logo=X"
-            alt="follow on Twitter"></a>
 </p>
 
 This is home to [Shields.io][shields.io], a service for concise, consistent,
diff --git a/frontend/docusaurus.config.cjs b/frontend/docusaurus.config.cjs
index 644a7e2136..6f1e341d3b 100644
--- a/frontend/docusaurus.config.cjs
+++ b/frontend/docusaurus.config.cjs
@@ -92,10 +92,6 @@ const config = {
                 label: 'Discord',
                 href: 'https://discord.gg/HjJCwm5',
               },
-              {
-                label: 'X',
-                href: 'https://twitter.com/shields_io',
-              },
               {
                 label: 'Awesome Badges',
                 href: 'https://github.com/badges/awesome-badges',
-- 
GitLab