Skip to content

Commit

Permalink
Updated to add in missing id referenced by aria label
Browse files Browse the repository at this point in the history
  • Loading branch information
sam-c-dfe committed Dec 3, 2024
1 parent d6ec706 commit 8c3e537
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<div class="govuk-notification-banner" role="region" aria-labelledby="govuk-notification-banner-title" data-module="govuk-notification-banner">
<div class="govuk-notification-banner__header">
<h2 class="govuk-notification-banner__title">
<h2 class="govuk-notification-banner__title" id="govuk-notification-banner-title">
@Model.BannerTitle
</h2>
</div>
Expand Down

0 comments on commit 8c3e537

Please sign in to comment.