Skip to content

Commit

Permalink
fix: href void
Browse files Browse the repository at this point in the history
  • Loading branch information
RichardTavares committed Jun 23, 2024
1 parent 4d320d7 commit e067496
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -110,12 +110,12 @@ <h5 class="card-title">Ofertas do dia</h5>
<nav aria-label="Navegação de página de produtos">
<ul class="pagination justify-content-center mt-4">
<li class="page-item" id="prev-page">
<a class="page-link" href="#" aria-label="Página anterior">
<a class="page-link" href="javascript:void(0);" aria-label="previous-page">
<span aria-hidden="true">&laquo;</span>
</a>
</li>
<li class="page-item" id="next-page">
<a class="page-link" href="#" aria-label="Próxima página">
<a class="page-link" href="javascript:void(0);" aria-label="next-page">
<span aria-hidden="true">&raquo;</span>
</a>
</li>
Expand Down

0 comments on commit e067496

Please sign in to comment.