We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2bb1883 commit 10b1b6aCopy full SHA for 10b1b6a
1 file changed
packages/ui-components/src/Containers/Footer/index.tsx
@@ -6,7 +6,6 @@ import {
6
Discord,
7
GitHub,
8
LinkedIn,
9
- Mastodon,
10
Slack,
11
X,
12
} from '#ui/Icons/Social';
@@ -18,7 +17,6 @@ import styles from './index.module.css';
18
17
19
const footerSocialIcons: Record<string, React.FC<SVGProps<SVGSVGElement>>> = {
20
github: GitHub,
21
- mastodon: Mastodon,
22
twitter: X,
23
slack: Slack,
24
linkedin: LinkedIn,
0 commit comments