Skip to content

Commit 8b01a3c

Browse files
committed
mastodon removed
1 parent ca6a3dd commit 8b01a3c

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
@@ -5,13 +5,12 @@ import {
55
Discord,
66
GitHub,
77
LinkedIn,
8-
Mastodon,
98
Slack,
109
X,
1110
} from '#ui/Icons/Social';
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';
@@ -16,7 +15,6 @@ import styles from './index.module.css';
1615

1716
const footerSocialIcons: Record<string, React.FC<SVGProps<SVGSVGElement>>> = {
1817
github: GitHub,
19-
mastodon: Mastodon,
2018
twitter: X,
2119
slack: Slack,
2220
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)