diff --git a/docs/src/__examples__/SocialButton/DEFAULT.tsx b/docs/src/__examples__/SocialButton/DEFAULT.tsx
index ef1a83618b..bc2ba11e99 100644
--- a/docs/src/__examples__/SocialButton/DEFAULT.tsx
+++ b/docs/src/__examples__/SocialButton/DEFAULT.tsx
@@ -11,7 +11,7 @@ export default {
name: "type",
type: "select",
defaultValue: "apple",
- options: ["apple", "facebook", "twitter", "google"],
+ options: ["apple", "facebook", "X", "google"],
},
{
name: "fullWidth",
diff --git a/docs/src/__examples__/SocialButton/services.tsx b/docs/src/__examples__/SocialButton/services.tsx
index 01d8809a3e..885eee31c4 100644
--- a/docs/src/__examples__/SocialButton/services.tsx
+++ b/docs/src/__examples__/SocialButton/services.tsx
@@ -14,8 +14,8 @@ export default {
code: `() => Sign in with Google`,
},
{
- name: "twitter",
- code: `() => Sign in with Twitter`,
+ name: "X",
+ code: `() => Sign in with X`,
},
],
};
diff --git a/docs/src/components/Footer.tsx b/docs/src/components/Footer.tsx
index 88408024de..9b300ebb1e 100644
--- a/docs/src/components/Footer.tsx
+++ b/docs/src/components/Footer.tsx
@@ -6,7 +6,6 @@ import { Link, useStaticQuery, graphql } from "gatsby";
import mediaQueries from "./MediaQueries";
import Switch from "./Switch";
import GitHub from "../images/logos/github-circle.svg";
-import Twitter from "../images/logos/twitter-circle.svg";
import orbitHeart from "../images/orbit-heart.png";
import { MAX_CONTENT_WIDTH, CONTENT_PADDING } from "../consts";
import useDevMode from "../hooks/useDevMode";
@@ -127,9 +126,6 @@ export default function Footer() {
-
-
-
diff --git a/docs/src/components/Head/index.tsx b/docs/src/components/Head/index.tsx
index 25348a5a24..6e22534428 100644
--- a/docs/src/components/Head/index.tsx
+++ b/docs/src/components/Head/index.tsx
@@ -40,8 +40,8 @@ export default function Head({ title, hasSiteName, description, path }: Props) {
- {/* Twitter Card */}
- {/* https://developer.twitter.com/en/docs/twitter-for-websites/cards/overview/summary */}
+ {/* X Card */}
+ {/* https://developer.x.com/en/docs/x-for-websites/cards/overview/summary */}
diff --git a/docs/src/images/logos/twitter-circle.svg b/docs/src/images/logos/twitter-circle.svg
deleted file mode 100644
index bd068c8330..0000000000
--- a/docs/src/images/logos/twitter-circle.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/docs/src/images/twitter.svg b/docs/src/images/twitter.svg
deleted file mode 100644
index 588956323c..0000000000
--- a/docs/src/images/twitter.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/docs/src/pages/index.tsx b/docs/src/pages/index.tsx
index 70fd9a2f83..119030eba1 100644
--- a/docs/src/pages/index.tsx
+++ b/docs/src/pages/index.tsx
@@ -7,7 +7,6 @@ import { WindowLocation } from "@reach/router";
import { RecentBookmarks } from "../components/Bookmarks";
// temporarily extract images from @streamlinehq/streamlinehq until they fix the install script
-import LoveBirdIcon from "../images/streamline-light/love-bird.svg";
import StartupLaunchIcon from "../images/streamline-light/startup-launch-1.svg";
import ReadArt from "../images/streamline-light/read-art.svg";
import SearchButton from "../components/Search/SearchButton";
@@ -22,7 +21,6 @@ import HeaderBox from "../components/HeaderBox";
import BrandedTile from "../components/BrandedTile";
import GitHubLogo from "../images/github-full.svg";
import FigmaLogo from "../images/figma-logo.svg";
-import TwitterLogo from "../images/twitter.svg";
import srcTequila from "../images/tequila.png";
import { MAX_CONTENT_WIDTH } from "../consts";
import ScreenReaderText from "../components/ScreenReaderText";
@@ -272,20 +270,6 @@ export default function Home({ location, path }: Props) {
Visit our community profile and download all of our libraries and resources for
free.
- }
- href="https://twitter.com/OrbitKiwi"
- linkContent="Follow Orbit on Twitter"
- logo={}
- color={{
- primary: "#0989CF",
- secondary: "#179CE3",
- }}
- >
- Twitter is one of our main platforms for sharing. Everything important that is
- happening around Orbit is published on Twitter.
-
}