Skip to content

Commit

Permalink
fix: fix header link to point to gov start page
Browse files Browse the repository at this point in the history
  • Loading branch information
katie-gardner committed Oct 8, 2024
1 parent 8a927cb commit f5a2449
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 f5a2449

Please sign in to comment.