diff --git a/themes/gitbook/components/Footer.js b/themes/gitbook/components/Footer.js index d0e2a1504d3..0335509d5c5 100644 --- a/themes/gitbook/components/Footer.js +++ b/themes/gitbook/components/Footer.js @@ -1,4 +1,5 @@ import { siteConfig } from '@/lib/config' +import SocialButton from './SocialButton' const Footer = ({ siteInfo }) => { const d = new Date() @@ -11,7 +12,9 @@ const Footer = ({ siteInfo }) => {