Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
cyanineeee authored Oct 5, 2023
1 parent 3d59835 commit 26929f1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" data-bs-toggle="dropdown" href="#" role="button" aria-expanded="false">Team</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="./pages/team/Members.html">Members</a></li>
<li><a class="dropdown-item" href="./pages/team/Attributions.html">Attributions</a></li>
<li><a class="dropdown-item" href="pages/team/Members.html">Members</a></li>
<li><a class="dropdown-item" href="pages/team/Attributions.html">Attributions</a></li>
</ul>
</li>
<li class="nav-item dropdown">
Expand Down Expand Up @@ -122,4 +122,4 @@ <h4 class="mt-lg-0 mt-sm-4 mb-3">Contact</h4>
</div>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-C6RzsynM9kWDrMNeT87bh95OGNyZPhcTNXj1NW7RuBCsyN/o0jlpcV8Qyq46cDfL" crossorigin="anonymous"></script>
</body>
</html>
</html>

0 comments on commit 26929f1

Please sign in to comment.