From aeb7824a7b3bc5bf8627590624494eacc123cf06 Mon Sep 17 00:00:00 2001 From: Antonio Vivace Date: Tue, 31 Oct 2023 19:51:33 +0100 Subject: [PATCH] footer: replace Twitter link with Mastodon --- docusaurus.config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docusaurus.config.js b/docusaurus.config.js index b62eb1f1f..bf9c51ffa 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -151,8 +151,8 @@ const config = { href: "https://gbdev.io/chat.html", }, { - label: "Twitter", - href: "https://twitter.com/gbdev0", + label: "Mastodon", + href: "https://fedi.gbdev.io/@gbdev", }, ], },