fix: temporarily hide LinkedIn links and share button
Remove LinkedIn integration from AuthorCard, ShareButtons, and homepage components while keeping the code commented for potential future restoration
This commit is contained in:
@@ -5,7 +5,8 @@ import SkillsMarquee from "@/components/SkillsMarquee";
|
||||
import TypewriterEffect from "@/components/TypewriterEffect";
|
||||
import Footer from "@/components/Footer";
|
||||
import Container from "@/components/ui/Container";
|
||||
import { useTranslations, type Lang } from "@/i18n/utils";
|
||||
import { useTranslations } from "@/i18n/utils";
|
||||
import type { Lang } from "@/types/i18n";
|
||||
import { defaultLang } from "@/i18n/ui";
|
||||
import { personalInfo, services } from "@/lib/data";
|
||||
|
||||
@@ -120,6 +121,7 @@ const pageTitle = t('site.title');
|
||||
GitHub
|
||||
</a>
|
||||
|
||||
{/* LinkedIn link temporarily hidden
|
||||
<a
|
||||
href={personalInfo.linkedin}
|
||||
target="_blank"
|
||||
@@ -131,6 +133,7 @@ const pageTitle = t('site.title');
|
||||
</svg>
|
||||
LinkedIn
|
||||
</a>
|
||||
*/}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
@@ -5,7 +5,8 @@ import SkillsMarquee from "@/components/SkillsMarquee";
|
||||
import TypewriterEffect from "@/components/TypewriterEffect";
|
||||
import Footer from "@/components/Footer";
|
||||
import Container from "@/components/ui/Container";
|
||||
import { useTranslations, type Lang } from "@/i18n/utils";
|
||||
import { useTranslations } from "@/i18n/utils";
|
||||
import type { Lang } from "@/types/i18n";
|
||||
import { defaultLang } from "@/i18n/ui";
|
||||
import { personalInfo, services } from "@/lib/data";
|
||||
|
||||
@@ -120,6 +121,7 @@ const pageTitle = t('site.title');
|
||||
GitHub
|
||||
</a>
|
||||
|
||||
{/* LinkedIn link temporarily hidden
|
||||
<a
|
||||
href={personalInfo.linkedin}
|
||||
target="_blank"
|
||||
@@ -131,6 +133,7 @@ const pageTitle = t('site.title');
|
||||
</svg>
|
||||
领英
|
||||
</a>
|
||||
*/}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user