Skip to content

Commit

Permalink
Merge pull request #171 from DFE-Digital/Development
Browse files Browse the repository at this point in the history
Fix header link
  • Loading branch information
ThomasWhittington authored Oct 8, 2024
2 parents fa97efa + 9556ca3 commit 5dea594
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 5dea594

Please sign in to comment.