Skip to content

Commit

Permalink
Merge pull request #64 from FGA0138-MDS-Ajax/competicao
Browse files Browse the repository at this point in the history
fix: correção rota navbar competição
  • Loading branch information
maymarquee authored Dec 11, 2024
2 parents d38c6bb + 26fc1a6 commit e12779b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mamutes/guest/templates/partials/_header.html
Original file line number Diff line number Diff line change
Expand Up @@ -79,11 +79,11 @@
<div class="active-dot" {% if request.path == '/' %}style="background: #36B5FF;"{% endif %}></div>
</li>
<li>
<a href="#quemsomos" >Quem somos?</a>
<a href="{% url 'index' %}#quemsomos" >Quem somos?</a>
<div class="active-dot"></div>
</li>
<li>
<a href="#apoiadores">Apoiadores</a>
<a href="{% url 'index' %}#apoiadores">Apoiadores</a>
<div class="active-dot"></div>
</li>
<li>
Expand Down

0 comments on commit e12779b

Please sign in to comment.