From b77b3fa1fe190452ce962eef46814a9a267a2f7e Mon Sep 17 00:00:00 2001 From: Elure Date: Mon, 18 May 2026 11:14:41 +0300 Subject: [PATCH 1/3] Update navigation.json Signed-off-by: Elure --- apps/site/navigation.json | 5 ----- 1 file changed, 5 deletions(-) diff --git a/apps/site/navigation.json b/apps/site/navigation.json index 65d0e9f69b295..084b2122e2be3 100644 --- a/apps/site/navigation.json +++ b/apps/site/navigation.json @@ -84,11 +84,6 @@ "link": "https://discord.gg/nodejs", "alt": "Discord" }, - { - "icon": "mastodon", - "link": "https://social.lfx.dev/@nodejs", - "alt": "Mastodon" - }, { "icon": "bluesky", "link": "https://bsky.app/profile/nodejs.org", From ad1ac915d034f123e776ef888d00ac8b0951d3cc Mon Sep 17 00:00:00 2001 From: Elure Date: Mon, 18 May 2026 11:15:10 +0300 Subject: [PATCH 2/3] Update layout.tsx Signed-off-by: Elure --- apps/site/app/[locale]/layout.tsx | 7 ------- 1 file changed, 7 deletions(-) diff --git a/apps/site/app/[locale]/layout.tsx b/apps/site/app/[locale]/layout.tsx index 5e1e440c5b974..7a936af78e151 100644 --- a/apps/site/app/[locale]/layout.tsx +++ b/apps/site/app/[locale]/layout.tsx @@ -39,13 +39,6 @@ const RootLayout: FC = async ({ children, params }) => { -