Skip to content

Commit

Permalink
Merge pull request #170 from DFE-Digital/fix/229132/fix-header-link
Browse files Browse the repository at this point in the history
Fix header link
  • Loading branch information
katie-gardner authored Oct 8, 2024
2 parents 8a927cb + f5a2449 commit be27ad7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Dfe.ContentSupport.Web/Views/Shared/_CsHeader.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</div>
</div>
<div class="dfe-width-container dfe-header__service-name">
<a href="/self-assessment" class="dfe-header__link--service">Plan technology for your school</a>
<a href="/" class="dfe-header__link--service">Plan technology for your school</a>
</div>
</div>
<partial name="_Hero" model="@Model.Heading"/>
Expand Down

0 comments on commit be27ad7

Please sign in to comment.