diff --git a/src/components/Starter/Footer/index.tsx b/src/components/Starter/Footer/index.tsx index 9bca8dd..44ef7e5 100644 --- a/src/components/Starter/Footer/index.tsx +++ b/src/components/Starter/Footer/index.tsx @@ -4,8 +4,12 @@ import styles from './footer.module.css'; export const Footer = () => { return ( -
+ -
+ ); };