Skip to content

Commit

Permalink
Merge pull request #2751 from sul-dlss/skip-link
Browse files Browse the repository at this point in the history
Add skip link markup as expected by the component-library
  • Loading branch information
corylown authored Dec 17, 2024
2 parents cc5b775 + fe092cb commit 6635b78
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions app/components/skip_link_component.html.erb
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<nav id="skip" aria-label="<%= t('blacklight.skip_links.label') %>">
<%= link_to_main %>
<%= link_to_search %>
<%= content %>
</nav>

0 comments on commit 6635b78

Please sign in to comment.