Skip to content

Commit

Permalink
♿ [#4717] Removed duplicate accessibility labels from header logo link
Browse files Browse the repository at this point in the history
  • Loading branch information
robinmolen committed Oct 1, 2024
1 parent 7b20acc commit 3c28a01
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/openforms/templates/includes/page-header.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,7 @@
<a
class="utrecht-link utrecht-link--openforms utrecht-page-header__openforms-return-url"
href="{% firstof config.main_website '#' %}"
title="{{ logo_alt }}"
aria-label="{{ logo_alt }}"
>{% if config.main_website %}{% trans "Back to website" %}{% endif %}</a>
>{% if config.main_website %}{{ logo_alt }}{% endif %}</a>

<div id="react-portal--language-selection"></div>
</header>

0 comments on commit 3c28a01

Please sign in to comment.