File tree Expand file tree Collapse file tree 2 files changed +0
-7
lines changed
Expand file tree Collapse file tree 2 files changed +0
-7
lines changed Original file line number Diff line number Diff 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' ,
Original file line number Diff line number Diff line change @@ -20,7 +20,6 @@ import type {
2020import { library , findIconDefinition } from '@fortawesome/fontawesome-svg-core' ;
2121import {
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 ,
You can’t perform that action at this time.
0 commit comments