From 4ff3d4424e3aeeee887bdea28665012b8a0011e1 Mon Sep 17 00:00:00 2001 From: Ayush Saha Date: Fri, 20 Feb 2026 19:50:21 +0530 Subject: [PATCH] Remove Mastodon link from footer social links Removed Mastodon social link from footer stories. Signed-off-by: Ayush Saha --- packages/ui-components/src/Containers/Footer/index.stories.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/ui-components/src/Containers/Footer/index.stories.tsx b/packages/ui-components/src/Containers/Footer/index.stories.tsx index 5c4101ee1cece..34645c3777aa7 100644 --- a/packages/ui-components/src/Containers/Footer/index.stories.tsx +++ b/packages/ui-components/src/Containers/Footer/index.stories.tsx @@ -14,7 +14,6 @@ export const Default: Story = { ], socialLinks: [ { icon: 'github', link: 'https://github.com' }, - { icon: 'mastodon', link: 'https://mastodon.social' }, { icon: 'twitter', link: 'https://twitter.com' }, { icon: 'slack', link: 'https://slack.com' }, { icon: 'linkedin', link: 'https://linkedin.com' },