const Footer: React.FC = () => { const navigation = { main: [ { name: 'Blog', href: '/blog' }, { name: 'Search', href: '/search' }, { name: 'Docs', href: '/docs' }, ], social: [ { name: 'GitHub', href: 'https://github.com/datopian/portaljs', // eslint-disable-next-line icon: (props) => ( ), }, ], }; return ( ); }; export default Footer;