Skip to content

Commit

Permalink
Merge pull request #158 from dxw/feature/update-skip-link-functionality
Browse files Browse the repository at this point in the history
Feature / update skip link functionality
  • Loading branch information
sbrody authored Feb 21, 2024
2 parents 91aa38a + 7fe4f39 commit c6e2a88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/govuk_template.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

{{{ bodyStart }}}

<a href="#content" class="govuk-skip-link">{{ skipLinkMessage }}</a>
<a href="#content" class="govuk-skip-link" data-module="govuk-skip-link">{{ skipLinkMessage }}</a>

<header role="banner" class="govuk-header" data-module="govuk-header">
<div class="govuk-header__container govuk-width-container">
Expand Down

0 comments on commit c6e2a88

Please sign in to comment.