From 9b4e4055bd39d4e63bfda7b476a6419e3e599458 Mon Sep 17 00:00:00 2001 From: Zeno Kapitein Date: Tue, 20 Jan 2026 18:41:17 +0100 Subject: [PATCH] Test --- .../gitbook/src/components/Footer/Footer.tsx | 20 ------------------- 1 file changed, 20 deletions(-) diff --git a/packages/gitbook/src/components/Footer/Footer.tsx b/packages/gitbook/src/components/Footer/Footer.tsx index a1fb32cfd..e909bba3d 100644 --- a/packages/gitbook/src/components/Footer/Footer.tsx +++ b/packages/gitbook/src/components/Footer/Footer.tsx @@ -8,7 +8,6 @@ import { tcls } from '@/lib/tailwind'; import { ThemeToggler } from '../ThemeToggler'; import { CONTAINER_STYLE } from '../layout'; import { FooterLinksGroup } from './FooterLinksGroup'; -import { SocialLink } from './SocialLink'; const FOOTER_COLUMNS = 4; @@ -138,25 +137,6 @@ export function Footer(props: { context: GitBookSiteContext }) { ) : null } - { - // Social Links - customization.socialAccounts.filter( - (account) => account.display?.footer - ).length > 0 ? ( -
- {customization.socialAccounts - .filter((account) => account.display?.footer) - .map((account) => ( - - ))} -
- ) : null - } - { // Legal customization.footer.copyright ? (