Skip to content

Commit 877d71c

Browse files
committed
removed mastodon
1 parent 8b01a3c commit 877d71c

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

apps/site/navigation.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -64,11 +64,6 @@
6464
"link": "https://discord.gg/nodejs",
6565
"alt": "Discord"
6666
},
67-
{
68-
"icon": "mastodon",
69-
"link": "https://social.lfx.dev/@nodejs",
70-
"alt": "Mastodon"
71-
},
7267
{
7368
"icon": "bluesky",
7469
"link": "https://bsky.app/profile/nodejs.org",

packages/ui-components/src/Icons/Social/index.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@ import Bluesky from '#ui/Icons/Social/Bluesky';
22
import Discord from '#ui/Icons/Social/Discord';
33
import GitHub from '#ui/Icons/Social/GitHub';
44
import LinkedIn from '#ui/Icons/Social/LinkedIn';
5-
import Mastodon from '#ui/Icons/Social/Mastodon';
65
import Slack from '#ui/Icons/Social/Slack';
76
import X from '#ui/Icons/Social/X';
87

9-
export { Bluesky, Discord, GitHub, LinkedIn, Mastodon, Slack, X };
8+
export { Bluesky, Discord, GitHub, LinkedIn, Slack, X };

0 commit comments

Comments
 (0)