diff --git a/src/components/Footer/Footer.tsx b/src/components/Footer/Footer.tsx index baec7d0..f238086 100644 --- a/src/components/Footer/Footer.tsx +++ b/src/components/Footer/Footer.tsx @@ -5,12 +5,14 @@ import InstagramIcon from '@mui/icons-material/Instagram'; import LinkedInIcon from '@mui/icons-material/LinkedIn'; import FacebookIcon from '@mui/icons-material/Facebook'; import GitHubIcon from '@mui/icons-material/GitHub'; +import EventIcon from '@mui/icons-material/Event'; import FooterIcon from './FooterIcon'; const Footer: FC = () => { return + } href="https://womeninsoftware-japan.connpass.com/" /> } href="https://www.instagram.com/womeninsoftwarejp/" /> } href="https://www.linkedin.com/company/womeninsoftwarejp/" /> } href="https://www.facebook.com/womeninsoftwarejp/" /> diff --git a/src/components/Footer/__test__/Footer.test.tsx b/src/components/Footer/__test__/Footer.test.tsx index b2213a5..7a40534 100644 --- a/src/components/Footer/__test__/Footer.test.tsx +++ b/src/components/Footer/__test__/Footer.test.tsx @@ -6,6 +6,9 @@ import Footer from '../Footer' describe('Footer', () => { it('should display the Footer with relevant links', async () => { render(