Skip to content

Commit 28de5bc

Browse files
author
Vanita Barrett
committed
Update header HTML
1 parent 6b2a760 commit 28de5bc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lib/source/layouts/_header.erb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@
4141
</div>
4242
<% if config[:tech_docs][:header_links] %>
4343
<div class="govuk-header__content">
44-
<button type="button" class="govuk-header__menu-button govuk-js-header-toggle" aria-controls="navigation" aria-label="Show or hide Top Level Navigation">Menu</button>
45-
<nav>
46-
<ul id="navigation" class="govuk-header__navigation govuk-header__navigation--end" aria-label="Top Level Navigation">
44+
<nav class="govuk-header__navigation govuk-header__navigation--end" aria-label="Menu">
45+
<button type="button" class="govuk-header__menu-button govuk-js-header-toggle" aria-controls="navigation" aria-label="Show or hide menu">Menu</button>
46+
<ul id="navigation" class="govuk-header__navigation-list">
4747
<% config[:tech_docs][:header_links].each do |title, path| %>
4848
<li class="govuk-header__navigation-item<% if active_page(path) %> govuk-header__navigation-item--active<% end %>">
4949
<a class="govuk-header__link" href="<%= url_for path %>"><%= title %></a>

0 commit comments

Comments
 (0)