diff --git a/packages/gitbook/src/components/Footer/Footer.tsx b/packages/gitbook/src/components/Footer/Footer.tsx index ab551ec54..cebfed63b 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; @@ -145,11 +144,9 @@ export function Footer(props: { context: GitBookSiteContext }) { socialLinks.length > 0 ? (