Skip to content

Commit 9bc400a

Browse files
authored
feat: remove Discord link (#1382)
1 parent 45368b4 commit 9bc400a

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

src/content/SocialLinkContent.tsx

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,6 @@ export const socialLinkContent: SocialLinkContent[] = [
3636
name: 'Dev.to',
3737
icon: 'dev',
3838
},
39-
{
40-
url: 'https://discord.gg/HafnBYsRXd',
41-
name: 'Discord',
42-
icon: 'discord',
43-
},
4439
{
4540
url: 'https://www.youtube.com/channel/UCzmcChXi_YmQGmPizzKX8pA',
4641
name: 'Youtube',

src/helper/icons.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ import type {
2020
import { library, findIconDefinition } from '@fortawesome/fontawesome-svg-core';
2121
import {
2222
faDev,
23-
faDiscord,
2423
faGithub,
2524
faMedium,
2625
faXTwitter,
@@ -45,7 +44,6 @@ const ICONS: IconDefinition[] = [
4544
faGithub,
4645
faMedium,
4746
faXTwitter,
48-
faDiscord,
4947
faYoutube,
5048
// solid
5149
faArrowRight,

0 commit comments

Comments
 (0)