Skip to content

Commit

Permalink
Fix: Rotas
Browse files Browse the repository at this point in the history
  • Loading branch information
Zattrus committed Nov 1, 2023
1 parent d4ae0ab commit 123f190
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions src/CEP/cep.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
<h1>Doe Aqui</h1>
</div>
<div class="buttons">
<button class="button">Quero Doar</button>
<button class="button">Quero Arrecadar</button>
<a href="#"><button class="button">Quero Doar</button></a>
<a href="../login/index.html"><button class="button">Quero Arrecadar</button></a>
</div>
</header>

Expand Down Expand Up @@ -54,7 +54,7 @@ <h5>Antes de realizar sua doação, vamos ajudá-lo a encontrar pontos de coleta

<footer class="py-1 my-1">
<ul class="nav justify-content-center border-bottom pb-1 mb-1">
<li class="nav-item"><a href="../home/index.html" class="nav-link px-2 text-body-secondary">Início</a></li>
<li class="nav-item"><a href="../index.html" class="nav-link px-2 text-body-secondary">Início</a></li>
<li class="nav-item"><a href="#" class="nav-link px-2 text-body-secondary">Funcionalidades</a></li>
<li class="nav-item"><a href="#" class="nav-link px-2 text-body-secondary">Sobre</a></li>
</ul>
Expand Down
2 changes: 1 addition & 1 deletion src/Mapa/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ <h1>Doe Aqui</h1>

<div class=" buttons">
<a href="../CEP/cep.html"><button class="button">Quero Doar</button></a>
<button class="button">Quero Arrecadar</button>
<a href="../login/index.html"><button class="button">Quero Arrecadar</button></a>
</div>

</header>
Expand Down

0 comments on commit 123f190

Please sign in to comment.