Skip to content

Commit

Permalink
Footer updates (#892)
Browse files Browse the repository at this point in the history
* Footer updates

* Release notes
  • Loading branch information
jack-nimbleapproach authored Oct 9, 2024
1 parent 9be29f5 commit 554041d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ describe("Navigate through footer links", () => {
Logger.log("Get help footer links");
cy.get('h2').should('contain', 'Get help');
cy.contains('a', 'Email Service Support for help with using this system').should('be.visible')
cy.contains('a', 'How to use this system (opens in a new tab)').should('be.visible')

Logger.log("Get feedback footer links");
cy.get('h2').should('contain', 'Give feedback');
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -104,23 +104,17 @@
<footer class="govuk-footer">
<div class="govuk-width-container">
<div class="govuk-footer__navigation">
<div class="govuk-footer__section govuk-grid-column-two-thirds">
<div class="govuk-footer__section govuk-grid-column-one-half">
<h2 class="govuk-footer__heading govuk-heading-m">Get help</h2>
<ul class="govuk-footer__list govuk-footer__list--column-1">
<li class="govuk-footer__list-item">
<a class="govuk-footer__link" href="@supportLink">
Email Service Support for help with using this system
</a>
<p>We aim to respond within 5 working days, or one working day for more urgent queries.</p>
</li>
<li class="govuk-footer__list-item">
<a class="govuk-footer__link" href="@_configuration["HowToUseLink"]" target="_blank">
How to use this system (opens in a new tab)
</a>
</li>
</ul>
</div>
<div class="govuk-footer__section govuk-grid-column-one-third">
<div class="govuk-footer__section govuk-grid-column-one-half">
<h2 class="govuk-footer__heading govuk-heading-m">Give feedback</h2>
<ul class="govuk-footer__list">
<li class="govuk-footer__list-item">
Expand Down
1 change: 1 addition & 0 deletions release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
* 181757 - Build: finance plan agreed forecast date
* 181754 - Build: readiness to open meeting (ROM) forecast date
* 183590 - BUG: Start End Year component still refers to "start date" in error message
* 180341 - Build: MFSP team to amend the footer

## 0.13.0
* 147110 - Build: Readiness to open meeting (ROM)
Expand Down

0 comments on commit 554041d

Please sign in to comment.