From 7e494faf7910e9fefd68cd88f88e0440c4ba0ed9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Lorber?= Date: Thu, 19 Sep 2024 11:30:57 +0200 Subject: [PATCH] chore: Rename Twitter links/labels to X (#10509) --- docusaurus.config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docusaurus.config.js b/docusaurus.config.js index f9fb1f3d02..12ccdd0db0 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -118,8 +118,8 @@ const config = { href: 'https://discordapp.com/invite/docusaurus', }, { - label: 'Twitter', - href: 'https://twitter.com/docusaurus', + label: 'X', + href: 'https://x.com/docusaurus', }, ], },