Skip to content

Commit

Permalink
no overriding of link classes needed
Browse files Browse the repository at this point in the history
  • Loading branch information
hudajkhan committed Dec 18, 2024
1 parent 8bfb621 commit b282109
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions app/components/skip_link_component.html.erb
Original file line number Diff line number Diff line change
@@ -1,13 +1,5 @@
<<<<<<< HEAD
<nav id="skip" class="visually-hidden-focusable" aria-label="<%= t('blacklight.skip_links.label') %>">
<%= link_to_main %>
<%= link_to_search %>
<%= content %>
</nav>
=======
<nav id="skip" aria-label="<%= t('blacklight.skip_links.label') %>">
<%= link_to_main %>
<%= link_to_search %>
<%= content %>
</nav>
>>>>>>> 8ffccd0e (reverting)
</nav>
File renamed without changes.

0 comments on commit b282109

Please sign in to comment.