We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45368b4 commit 9bc400aCopy full SHA for 9bc400a
2 files changed
src/content/SocialLinkContent.tsx
@@ -36,11 +36,6 @@ export const socialLinkContent: SocialLinkContent[] = [
36
name: 'Dev.to',
37
icon: 'dev',
38
},
39
- {
40
- url: 'https://discord.gg/HafnBYsRXd',
41
- name: 'Discord',
42
- icon: 'discord',
43
- },
44
{
45
url: 'https://www.youtube.com/channel/UCzmcChXi_YmQGmPizzKX8pA',
46
name: 'Youtube',
src/helper/icons.ts
@@ -20,7 +20,6 @@ import type {
20
import { library, findIconDefinition } from '@fortawesome/fontawesome-svg-core';
21
import {
22
faDev,
23
- faDiscord,
24
faGithub,
25
faMedium,
26
faXTwitter,
@@ -45,7 +44,6 @@ const ICONS: IconDefinition[] = [
47
48
49
faYoutube,
50
// solid
51
faArrowRight,
0 commit comments