Skip to content

Commit

Permalink
feat: changed header logo to go to self-assessment (#153)
Browse files Browse the repository at this point in the history
Co-authored-by: Tom Whittington <[email protected]>
  • Loading branch information
ThomasWhittington and Tom Whittington authored Aug 29, 2024
1 parent bb501c7 commit 38af36d
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
@@ -1,7 +1,7 @@
<div class="dfe-header">
<div class="dfe-width-container dfe-header__container">
<div class="dfe-header__logo">
<a class="dfe-header__link dfe-header__link--service " href="/" aria-label="DfE homepage">
<a class="dfe-header__link dfe-header__link--service " href="/self-assessment" 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">
</a>
Expand Down

0 comments on commit 38af36d

Please sign in to comment.