diff --git a/packages/gitbook/src/components/SpaceLayout/SpaceLayout.tsx b/packages/gitbook/src/components/SpaceLayout/SpaceLayout.tsx index 5a2abb59c..630bc02d4 100644 --- a/packages/gitbook/src/components/SpaceLayout/SpaceLayout.tsx +++ b/packages/gitbook/src/components/SpaceLayout/SpaceLayout.tsx @@ -110,6 +110,7 @@ export function SpaceLayout(props: SpaceLayoutProps) { customization.themes.toggeable || customization.footer.copyright || customization.footer.logo || + customization.socialAccounts.filter((account) => account.display?.footer).length > 0 || customization.footer.groups?.length; return (