Skip to content

Commit 2704892

Browse files
authored
Merge pull request #3460 from projectblacklight/backport-3457-to-8
Backport: Remove redundant aria role from nav element #3457
2 parents 801186f + fbe6a39 commit 2704892

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/components/blacklight/skip_link_component.html.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<nav id="skip-link" role="navigation" class="visually-hidden-focusable sr-only sr-only-focusable" aria-label="<%= t('blacklight.skip_links.label') %>">
1+
<nav id="skip-link" class="visually-hidden-focusable sr-only sr-only-focusable" aria-label="<%= t('blacklight.skip_links.label') %>">
22
<div class="container-xl">
33
<%= link_to_main %>
44
<%= link_to_search %>

0 commit comments

Comments
 (0)