From b013248b186243458b608851959fc390b0b2bf4c Mon Sep 17 00:00:00 2001 From: Jaayyy <118620891+Kingjaayyy@users.noreply.github.com> Date: Wed, 23 Oct 2024 00:33:17 +0100 Subject: [PATCH] Update the name of the social network * Docs: Update site Signed-off-by: Jaayyy <118620891+Kingjaayyy@users.noreply.github.com> --- config/site.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/site.ts b/config/site.ts index fcba7789..654264e6 100644 --- a/config/site.ts +++ b/config/site.ts @@ -5,7 +5,7 @@ export const siteConfig = { description: "A place for everything Berachain.", url: "https://berachain.com", links: { - twitter: "https://twitter.com/berachain", + twitter: "https://x.com/berachain", github: "https://github.com/berachain", }, }