Skip to content

Commit e90befe

Browse files
authored
Fix navigation link and remove GitLab reference
Updated the link for 'Accueil' to point to the index.php file and removed the GitLab link.
1 parent 734af81 commit e90befe

1 file changed

Lines changed: 2 additions & 7 deletions

File tree

includes/footer.php

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
<!-- Liens de navigation -->
1515
<ul class="nav justify-content-center pb-2 mb-3">
16-
<li class="nav-item"><a href="/" class="nav-link px-2 text-body-secondary">Accueil</a></li>
16+
<li class="nav-item"><a href="../index.php" class="nav-link px-2 text-body-secondary">Accueil</a></li>
1717
<li class="nav-item"><a href="pdc.php" class="nav-link px-2 text-body-secondary">Politique de confidentialité</a></li>
1818
<li class="nav-item"><a href="rules.php" class="nav-link px-2 text-body-secondary">Règlement</a></li>
1919
</ul>
@@ -34,12 +34,7 @@
3434
<i class="bi bi-github fs-5"></i>
3535
</a>
3636
</li>
37-
<li class="ms-3">
38-
<a class="text-body-secondary" href="https://gitlab.com/chromared/" aria-label="GitLab">
39-
<i class="bi bi-gitlab fs-5"></i>
40-
</a>
41-
</li>
4237
</ul>
4338
</div>
4439
</div>
45-
</footer>
40+
</footer>

0 commit comments

Comments
 (0)