Skip to content

Commit bba5b78

Browse files
committed
mastodon removed
1 parent 2bb1883 commit bba5b78

File tree

4 files changed

+1
-41
lines changed

4 files changed

+1
-41
lines changed

packages/ui-components/__design__/social-logos.stories.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,14 @@ import {
33
Discord,
44
GitHub,
55
LinkedIn,
6-
Mastodon,
76
Slack,
87
X,
98
} from '#ui/Icons/Social';
109

1110
import type { Meta as MetaObj, StoryObj } from '@storybook/react-webpack5';
1211

1312
const socialIcons = [
14-
[GitHub, Mastodon, LinkedIn],
13+
[GitHub, LinkedIn],
1514
[Slack, X, Bluesky],
1615
[Discord],
1716
];

packages/ui-components/src/Containers/Footer/index.stories.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ export const Default: Story = {
1414
],
1515
socialLinks: [
1616
{ icon: 'github', link: 'https://github.com' },
17-
{ icon: 'mastodon', link: 'https://mastodon.social' },
1817
{ icon: 'twitter', link: 'https://twitter.com' },
1918
{ icon: 'slack', link: 'https://slack.com' },
2019
{ icon: 'linkedin', link: 'https://linkedin.com' },

packages/ui-components/src/Containers/Footer/index.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ import {
66
Discord,
77
GitHub,
88
LinkedIn,
9-
Mastodon,
109
Slack,
1110
X,
1211
} from '#ui/Icons/Social';
@@ -18,7 +17,6 @@ import styles from './index.module.css';
1817

1918
const footerSocialIcons: Record<string, React.FC<SVGProps<SVGSVGElement>>> = {
2019
github: GitHub,
21-
mastodon: Mastodon,
2220
twitter: X,
2321
slack: Slack,
2422
linkedin: LinkedIn,

packages/ui-components/src/Icons/Social/Mastodon.tsx

Lines changed: 0 additions & 36 deletions
This file was deleted.

0 commit comments

Comments
 (0)