Skip to content

Commit 10b1b6a

Browse files
authored
Remove Mastodon icon from footer
Removed Mastodon from the footer social icons. Signed-off-by: Ayush Saha <ayushsaha.work@gmail.com>
1 parent 2bb1883 commit 10b1b6a

File tree

1 file changed

+0
-2
lines changed
  • packages/ui-components/src/Containers/Footer

1 file changed

+0
-2
lines changed

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,

0 commit comments

Comments
 (0)