Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix header link #171

Merged
merged 19 commits into from
Oct 8, 2024
Merged
Changes from all commits
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
38af36d
feat: changed header logo to go to self-assessment (#153)
ThomasWhittington Aug 29, 2024
916f73c
Fix/bleeding links (#154)
ThomasWhittington Sep 2, 2024
592a0a6
fix: added missing span from feedback banner
Sep 3, 2024
9367c39
chore: Simplify hiding js-only elements
katie-gardner Sep 5, 2024
4ab2bba
feature: setup to use plantechs head and cookies when ran with it (#156)
ThomasWhittington Sep 5, 2024
4abb884
chore: merged from development
Sep 5, 2024
9af728a
docs: added basic readme file (#160)
ThomasWhittington Sep 26, 2024
c482ff4
Fix: fixed contentful fail on first attempt (#159)
ThomasWhittington Sep 26, 2024
4075583
feat: vertical navigation changes (#161)
ThomasWhittington Oct 1, 2024
1d6c1f6
remove unnused variables from cypress config
jack-coggin Oct 1, 2024
c14201d
Merge pull request #157 from DFE-Digital/chore/simplify-hiding-js-ele…
katie-gardner Oct 2, 2024
bf5ca63
Merge pull request #163 from DFE-Digital/chore/fix-js-linting-errors
jack-coggin Oct 2, 2024
d56b225
"Bits and Bats". Required changes for plantech integration (#158) (#165)
ThomasWhittington Oct 2, 2024
678cc91
Merge branch 'main' into Development
ThomasWhittington Oct 2, 2024
0423354
Feat: now using keyed services (#167)
ThomasWhittington Oct 7, 2024
8a927cb
Merge branch 'main' into Development
ThomasWhittington Oct 7, 2024
f5a2449
fix: fix header link to point to gov start page
katie-gardner Oct 8, 2024
be27ad7
Merge pull request #170 from DFE-Digital/fix/229132/fix-header-link
katie-gardner Oct 8, 2024
9556ca3
Merge remote-tracking branch 'origin/main' into Development
Oct 8, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading