Skip to content

Commit

Permalink
change hamburger menu icon (fix #1986)
Browse files Browse the repository at this point in the history
  • Loading branch information
janno42 committed Jul 24, 2023
1 parent 0bb87f8 commit 1e493ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion evap/evaluation/templates/navbar.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
{% endif %}"
href="{% url 'evaluation:index' %}"><img class="brand-image" src="{% static 'images/evap.png' %}" alt=""/></a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNavDropdown" aria-controls="navbarNavDropdown" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
<span class="fas fa-bars fa-fw"></span>
</button>
<div class="collapse navbar-collapse justify-content-between" id="navbarNavDropdown">
<span class="d-none {% if user.is_participant and user.is_responsible_or_contributor_or_delegate or user.is_reviewer %}d-xl-block{% else %}d-lg-block{% endif %} navbar-nav justify-content-start">
Expand Down

0 comments on commit 1e493ae

Please sign in to comment.