diff --git a/components/Footer.tsx b/components/Footer.tsx index 28b6d26..aeb70da 100644 --- a/components/Footer.tsx +++ b/components/Footer.tsx @@ -5,6 +5,8 @@ import * as config from 'lib/config' import styles from './styles.module.css' +// TODO: merge the data and icons from PageSocial with the social links in Footer + export const Footer: React.FC<{ isDarkMode: boolean toggleDarkMode: () => void @@ -19,7 +21,7 @@ export const Footer: React.FC<{ return (