Skip to content

Commit

Permalink
Remove active utility class from home
Browse files Browse the repository at this point in the history
  • Loading branch information
jordan-hamilton committed Jun 7, 2020
1 parent a4a43db commit 44984f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion one_hit_wonder/account/templates/account/navigation.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<div class="collapse navbar-collapse" id="navbarNavAltMarkup">
<div class="navbar-nav mr-auto">
{% if user.is_authenticated %}
<a class="nav-item nav-link active" href="{% url 'account-home' %}">Home<span class="sr-only">(current)</span></a>
<a class="nav-item nav-link" href="{% url 'account-home' %}">Home</a>
<a class="nav-item nav-link" href="{% url 'account-profile' %}">Profile</a>
<a class="nav-item nav-link" href="{% url 'account-matches' %}">Matches</a>
<a class="nav-item nav-link" href="{% url 'account-create_ad' %}">Create Ad</a>
Expand Down

0 comments on commit 44984f7

Please sign in to comment.