Skip to content

Commit

Permalink
Merge pull request #9 from romainfb/Fix/menuPathError
Browse files Browse the repository at this point in the history
This commit fix menu labels
  • Loading branch information
romainfb authored Nov 17, 2023
2 parents 22af5dc + ebb4afa commit 58abcab
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions assets/html/informations.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@
<nav>
<ul class="flex space-x-6"> <!-- Agrandissement de l'espace entre les éléments -->
<li>
<a href="../../index.html" class="text-xl px-5 py-3 bg-mainColor text-white font-semibold rounded-lg shadow-md transition duration-300 hover:bg-white hover:text-black">Data</a> <!-- Texte plus grand et padding augmenté -->
<a href="../../index.html" class="text-xl px-5 py-3 bg-mainColor text-white font-semibold rounded-lg shadow-md transition duration-300 hover:bg-white hover:text-black">Accueil</a> <!-- Texte plus grand et padding augmenté -->
</li>
<li>
<a href="./informations.html" class="text-xl px-5 py-3 bg-mainColor text-white font-semibold rounded-lg shadow-md transition duration-300 hover:bg-white hover:text-black">Information</a>
<a href="./informations.html" class="text-xl px-5 py-3 bg-mainColor text-white font-semibold rounded-lg shadow-md transition duration-300 hover:bg-white hover:text-black">Informations</a>
</li>
<li>
<a href="#" class="text-xl px-5 py-3 bg-mainColor text-white font-semibold rounded-lg shadow-md transition duration-300 hover:bg-white hover:text-black">Autre</a>
Expand Down
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@
<nav>
<ul class="flex space-x-6"> <!-- Agrandissement de l'espace entre les éléments -->
<li>
<a href="#" class="text-xl px-5 py-3 bg-mainColor text-white font-semibold rounded-lg shadow-md transition duration-300 hover:bg-white hover:text-black">Data</a> <!-- Texte plus grand et padding augmenté -->
<a href="#" class="text-xl px-5 py-3 bg-mainColor text-white font-semibold rounded-lg shadow-md transition duration-300 hover:bg-white hover:text-black">Accueil</a> <!-- Texte plus grand et padding augmenté -->
</li>
<li>
<a href="./assets/html/informations.html" class="text-xl px-5 py-3 bg-mainColor text-white font-semibold rounded-lg shadow-md transition duration-300 hover:bg-white hover:text-black">Information</a>
<a href="./assets/html/informations.html" class="text-xl px-5 py-3 bg-mainColor text-white font-semibold rounded-lg shadow-md transition duration-300 hover:bg-white hover:text-black">Informations</a>
</li>
<li>
<a href="#" class="text-xl px-5 py-3 bg-mainColor text-white font-semibold rounded-lg shadow-md transition duration-300 hover:bg-white hover:text-black">Autre</a>
Expand Down

0 comments on commit 58abcab

Please sign in to comment.