Skip to content

Commit

Permalink
Fix breadcrumb 'delta to right' icon
Browse files Browse the repository at this point in the history
  • Loading branch information
uittenbroekrobbert committed Oct 21, 2024
1 parent 5801578 commit e1202a4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions amt/site/templates/parts/header.html.j2
Original file line number Diff line number Diff line change
Expand Up @@ -199,12 +199,12 @@
</li>
{% else %}
<li class="rvo-breadcrumbs-item">
<span class="utrecht-icon rvo-icon rvo-icon-delta-naar-rechts rvo-icon--xs rvo-icon--hemelblauw"
role="img"
aria-label="Delta naar rechts"></span>
<a data-navigation="breadcrumb:{{ breadcrumb.get_url() }}"
class="rvo-link rvo-link--normal rvo-link--no-underline"
href="{{ breadcrumb.get_url() }}">
<span class="utrecht-icon rvo-icon rvo-icon-delta-naar-rechts rvo-icon--xs rvo-icon--hemelblauw"
role="img"
aria-label="Delta naar rechts"></span>
{{ breadcrumb.display_text }}
</a>
</li>
Expand Down

0 comments on commit e1202a4

Please sign in to comment.