Skip to content

Commit

Permalink
Merge pull request #3460 from projectblacklight/backport-3457-to-8
Browse files Browse the repository at this point in the history
Backport: Remove redundant aria role from nav element #3457
  • Loading branch information
seanaery authored Dec 5, 2024
2 parents 801186f + fbe6a39 commit 2704892
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/blacklight/skip_link_component.html.erb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<nav id="skip-link" role="navigation" class="visually-hidden-focusable sr-only sr-only-focusable" aria-label="<%= t('blacklight.skip_links.label') %>">
<nav id="skip-link" class="visually-hidden-focusable sr-only sr-only-focusable" aria-label="<%= t('blacklight.skip_links.label') %>">
<div class="container-xl">
<%= link_to_main %>
<%= link_to_search %>
Expand Down

0 comments on commit 2704892

Please sign in to comment.