diff --git a/components/Footer/footer.js b/components/Footer/footer.js index 6f1b71fb..b4fb5457 100644 --- a/components/Footer/footer.js +++ b/components/Footer/footer.js @@ -20,44 +20,36 @@ function Footer() { ]; return (
-
- -
- - Code of Conduct - -
-
-
-
-
-
- {socials.map((social, index) => { - return ( - - {social.name} - - ); - })} -
-
+
+
+
-
+
+ + Code of Conduct + +
+
+ {socials.map((social, index) => { + return ( + + {social.name} + + ); + })} +
+
); }