11import IconMail from "@/assets/icons/IconMail.svg" ;
22import IconGitHub from "@/assets/icons/IconGitHub.svg" ;
33import IconBrandX from "@/assets/icons/IconBrandX.svg" ;
4- import IconLinkedin from "@/assets/icons/IconLinkedin.svg" ;
54import IconWhatsapp from "@/assets/icons/IconWhatsapp.svg" ;
65import IconFacebook from "@/assets/icons/IconFacebook.svg" ;
76import IconTelegram from "@/assets/icons/IconTelegram.svg" ;
8- import IconPinterest from "@/assets/icons/IconPinterest.svg" ;
9- // import IconInstagram from "@/assets/icons/IconInstagram.svg";
10- // import IconJike from "@/assets/icons/IconJike.svg";
7+ import IconInstagram from "@/assets/icons/IconInstagram.svg" ;
8+ import IconJike from "@/assets/icons/IconJike.svg" ;
119import { SITE } from "@/config" ;
1210
1311export const LOCALE = {
@@ -22,12 +20,12 @@ export const SOCIALS = [
2220 linkTitle : ` ${ SITE . title } on Github` ,
2321 icon : IconGitHub ,
2422 } ,
25- // {
26- // name: "Instagram",
27- // href: "https://instagram.com/iamstephenfang",
28- // linkTitle: `${SITE.author} on Instagram`,
29- // icon: IconInstagram,
30- // },
23+ {
24+ name : "Instagram" ,
25+ href : "https://instagram.com/iamstephenfang" ,
26+ linkTitle : `${ SITE . author } on Instagram` ,
27+ icon : IconInstagram ,
28+ } ,
3129 {
3230 name : "X" ,
3331 href : "https://x.com/fangxuanmiao" ,
@@ -46,12 +44,12 @@ export const SOCIALS = [
4644 linkTitle : `${ SITE . author } on Telegram` ,
4745 icon : IconTelegram ,
4846 } ,
49- // {
50- // name: "Jike",
51- // href: "https://okjk.co/LZFasc",
52- // linkTitle: `${SITE.author} on Jike`,
53- // icon: IconJike,
54- // },
47+ {
48+ name : "Jike" ,
49+ href : "https://okjk.co/LZFasc" ,
50+ linkTitle : `${ SITE . author } on Jike` ,
51+ icon : IconJike ,
52+ } ,
5553] as const ;
5654
5755export const SHARE_LINKS = [
@@ -61,12 +59,6 @@ export const SHARE_LINKS = [
6159 linkTitle : `Share this post via WhatsApp` ,
6260 icon : IconWhatsapp ,
6361 } ,
64- {
65- name : "Facebook" ,
66- href : "https://www.facebook.com/sharer.php?u=" ,
67- linkTitle : `Share this post on Facebook` ,
68- icon : IconFacebook ,
69- } ,
7062 {
7163 name : "X" ,
7264 href : "https://x.com/intent/post?url=" ,
0 commit comments