Skip to content

Commit

Permalink
fix: Adjust header markup to make appropriate for dfe-frontend package
Browse files Browse the repository at this point in the history
  • Loading branch information
mattb-hippo committed Dec 2, 2024
1 parent 1b641f4 commit bdce201
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions Childrens-Social-Care-CPD/Views/Shared/_Header.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,6 @@
<a class="dfe-header__link dfe-header__link--service " href="/" aria-label="DfE homepage">
<img src="/assets/images/dfe-logo.png" class="dfe-logo" alt="DfE Homepage">
<img src="/assets/images/dfe-logo-alt.png" class="dfe-logo-hover" alt="DfE Homepage">
<span class="dfe-header__service-name">
Support for social workers
</span>
</a>
</div>
<div class="dfe-header__content" id="content-header">
Expand All @@ -39,7 +36,9 @@
</div>
</div>
</div>

<div class="dfe-width-container dfe-header__service-name">
<a href="/" class="dfe-header__link--service">Support for social workers</a>
</div>
<nav class="dfe-header__navigation" id="header-navigation" role="navigation" aria-label="Primary navigation" aria-labelledby="label-navigation">
<div class="dfe-width-container">
<p class="dfe-header__navigation-title">
Expand Down

0 comments on commit bdce201

Please sign in to comment.