Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
RicardoKers committed Oct 16, 2024
1 parent 7cbb185 commit c4ea243
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion menu.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<li class="nav-item"><a class="nav-link active" aria-current="page" href="index.html">Home</a></li>
<!-- <li class="nav-item"><a class="nav-link" href="sistemasDigitais.html">Sistemas Digitais</a></li> -->
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" id="navbarDropdown" href="#" role="button" data-bs-toggle="dropdown" aria-expanded="false">Disciplinas</a>
<a class="nav-link dropdown-toggle" id="navbarDropdown" href="#" role="button" data-bs-toggle="dropdown" aria-expanded="false">Disciplinas]</a>
<ul class="dropdown-menu dropdown-menu-end" aria-labelledby="navbarDropdown">
<li><a class="dropdown-item" href="AlgoritmoseEstruturasdaInformação.html">Algoritmos e Estruturas da Informação</a></li>
<li><a class="dropdown-item" href="CalculoNumerico.html">Cálculo Numérico</a></li>
Expand Down

0 comments on commit c4ea243

Please sign in to comment.