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 ? ( -