diff --git a/Frontend/src/components/footer.jsx b/Frontend/src/components/footer.jsx index 37df283..7cf6295 100755 --- a/Frontend/src/components/footer.jsx +++ b/Frontend/src/components/footer.jsx @@ -2,56 +2,26 @@ import "../scss/components/footer.scss"; import { NavLink as Link } from "react-router-dom"; import CardContact from "./cardsContact/CardContact"; -const infoDev = [ - { - id: "1", - name: "Alix C", - gitHub: "https://github.com/Halicksse", - }, - { - id: "2", - name: "Sebatien L", - gitHub: "https://github.com/Lambseb", - }, - { - id: "3", - name: "Baptiste S", - gitHub: "https://github.com/Batsave", - }, - { - id: "4", - name: "Kevin T", - gitHub: "https://github.com/tetardtek", - }, - { - id: "5", - name: "Nicolas DF", - gitHub: "https://github.com/Defreitasnicolas", - }, -]; - export default function Footer() { return ( ); diff --git a/Frontend/src/data/NavBarData.json b/Frontend/src/data/NavBarData.json index abc7fa1..9ce56f8 100755 --- a/Frontend/src/data/NavBarData.json +++ b/Frontend/src/data/NavBarData.json @@ -1,20 +1,14 @@ -[ - { - "id": "1", - "linkname": "Jeu", - "linkurl": "/jeu", - "btn": false - }, - { - "id": "2", - "linkname": "Boutique", - "linkurl": "/boutique", - "btn": false - }, - { - "id": "3", - "linkname": "Succès", - "linkurl": "/achievements", - "btn": false - } -] +[ + { + "id": "1", + "linkname": "Jeu", + "linkurl": "/jeu", + "btn": false + }, + { + "id": "3", + "linkname": "Succès", + "linkurl": "/achievements", + "btn": false + } +] diff --git a/Frontend/src/scss/components/footer.scss b/Frontend/src/scss/components/footer.scss index 8151a6f..3d775be 100755 --- a/Frontend/src/scss/components/footer.scss +++ b/Frontend/src/scss/components/footer.scss @@ -22,7 +22,7 @@ } .footer-logo { - background-image: url(/svg/logo.svg); + background-image: url(/svg/tadpole.svg); background-size: contain; background-position: center; background-repeat: no-repeat; diff --git a/Frontend/src/scss/components/navbar.scss b/Frontend/src/scss/components/navbar.scss index 490bf4f..1ca9899 100755 --- a/Frontend/src/scss/components/navbar.scss +++ b/Frontend/src/scss/components/navbar.scss @@ -22,7 +22,7 @@ } .logo { width: 5rem; - content: url(/svg/logo.svg); + content: url(/svg/tadpole.svg); transition: 0.2s; &:hover {