We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c1057a2 + 149d7e4 commit 9163af8Copy full SHA for 9163af8
LearningHub.Nhs.WebUI/Views/Shared/Tenant/LearningHub/_Layout.cshtml
@@ -71,8 +71,10 @@
71
<partial name="_CookieConsentPartial" />
72
</div>
73
74
- <header class="nhsuk-header" role="banner">
+ <header class="nhsuk-header" role="banner" id="header">
75
+ <div id="content-header">
76
<partial name="~/Views/Shared/_NavPartial.cshtml" />
77
+ </div>
78
</header>
79
80
<div class="nhsuk-width-container app-width-container beta-banner">
0 commit comments