diff --git a/components/core/Footer/Footer.tsx b/components/core/Footer/Footer.tsx index c6121db1e..ee876813c 100644 --- a/components/core/Footer/Footer.tsx +++ b/components/core/Footer/Footer.tsx @@ -8,6 +8,7 @@ import { Github } from '@components/icons' import { Logo, Container } from '@components/ui' import { I18nWidget } from '@components/core' import s from './Footer.module.css' + interface Props { className?: string children?: any @@ -38,21 +39,21 @@ const Footer: FC = ({ className, pages }) => {