diff --git a/components/Footer/footer.js b/components/Footer/footer.js index 5f67e1dd..58484393 100644 --- a/components/Footer/footer.js +++ b/components/Footer/footer.js @@ -20,22 +20,22 @@ function Footer() { ]; return (
-
- -
- - Code of Conduct - -
-
-
+
+ +
+ + Code of Conduct + +
+
+
-
+
{socials.map((social, index) => { return ( @@ -57,7 +57,7 @@ function Footer() {
-
+
); }