Skip to content

Commit 9163af8

Browse files
authored
Merge pull request #635 from TechnologyEnhancedLearning/Develop/Fixes/TD-4738-console-errors-on-Learning-hub-home-page
Develop/fixes/td 4738 console errors on learning hub home page
2 parents c1057a2 + 149d7e4 commit 9163af8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

LearningHub.Nhs.WebUI/Views/Shared/Tenant/LearningHub/_Layout.cshtml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,10 @@
7171
<partial name="_CookieConsentPartial" />
7272
</div>
7373

74-
<header class="nhsuk-header" role="banner">
74+
<header class="nhsuk-header" role="banner" id="header">
75+
<div id="content-header">
7576
<partial name="~/Views/Shared/_NavPartial.cshtml" />
77+
</div>
7678
</header>
7779

7880
<div class="nhsuk-width-container app-width-container beta-banner">

0 commit comments

Comments
 (0)