diff --git a/public/index.html b/public/index.html index 1b32e77..bdee1c0 100644 --- a/public/index.html +++ b/public/index.html @@ -24,6 +24,12 @@ + + + + + + diff --git a/src/components/Footer.js b/src/components/Footer.js index e1e948f..3955594 100644 --- a/src/components/Footer.js +++ b/src/components/Footer.js @@ -7,10 +7,11 @@ function Footer() { return ( ); } -export default Footer; \ No newline at end of file +export default Footer;