Merge pull request #1978 from GSA/1971-bug-two-skip-links

1971 - BUG - There were two main content skip links
This commit is contained in:
Carlo Costino
2024-10-05 15:47:58 -06:00
committed by GitHub

View File

@@ -1,7 +1,3 @@
<a href="{{ params.href | default('#content') }}" class="usa-skipnav{%- if params.classes %} {{ params.classes }}{% endif -%}"{%- for attribute, value in params.attributes %} {{ attribute }}="{{ value }}"{% endfor %}>
{{- params.html | safe if params.html else params.text -}}
</a>
<a class="usa-skipnav " href="#main-content">
Skip to main content
</a>