diff --git a/src/components/Footer/Footer.tsx b/src/components/Footer/Footer.tsx index 460f6e0..738db13 100644 --- a/src/components/Footer/Footer.tsx +++ b/src/components/Footer/Footer.tsx @@ -1,24 +1,63 @@ -import { Box, Button, Grid, Link } from '@mui/material' +import { Box, Button, Container, Grid, Link } from '@mui/material' import { Link as RouterLink } from 'react-router-dom' import styles from './style.module.scss' export const Footer = () => (