diff --git a/components/Footer.tsx b/components/Footer.tsx index 93a19f7..817b44b 100644 --- a/components/Footer.tsx +++ b/components/Footer.tsx @@ -1,14 +1,25 @@ import { FC } from 'react'; +import { FiGithub } from 'react-icons/fi'; const nowDay = new Date().getFullYear(); const Footer: FC = () => { return ( <> -