Skip to content

Commit

Permalink
change footer order and wording to reflect live site changes
Browse files Browse the repository at this point in the history
  • Loading branch information
roshaanbajwa committed Jun 19, 2024
1 parent f2b2718 commit 2de06c9
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 16 deletions.
4 changes: 2 additions & 2 deletions app/components/all.njk
Original file line number Diff line number Diff line change
Expand Up @@ -909,8 +909,8 @@
"label": "About us"
},
{
"URL": "https://www.nhs.uk/contact-us/",
"label": "Contact us"
"URL": "https://www.nhs.uk/give-feedback-about-the-nhs-website/",
"label": "Give us feedback"
},
{
"URL": "https://www.nhs.uk/Personalisation/Login.aspx",
Expand Down
8 changes: 4 additions & 4 deletions app/components/footer/footer-in-columns.njk
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,6 @@
}
],
"linksColumn3": [
{
"URL": "#",
"label": "Contact us"
},
{
"URL": "#",
"label": "Other NHS websites"
Expand All @@ -85,6 +81,10 @@
"URL": "#",
"label": "About us"
},
{
"URL": "#",
"label": "Give us feedback"
},
{
"URL": "#",
"label": "Accessibility statement"
Expand Down
2 changes: 1 addition & 1 deletion app/components/footer/index.njk
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
{
"URL": "#",
"label": "Contact us"
"label": "Give us feedback"
},
{
"URL": "#",
Expand Down
18 changes: 9 additions & 9 deletions packages/components/footer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Your copyright statement must reflect the ownership of your website or service.
<a class="nhsuk-footer__list-item-link" href="#">Accessibility statement</a>
</li>
<li class="nhsuk-footer__list-item nhsuk-footer-default__list-item">
<a class="nhsuk-footer__list-item-link" href="#">Contact us</a>
<a class="nhsuk-footer__list-item-link" href="#">Give us feedback</a>
</li>
<li class="nhsuk-footer__list-item nhsuk-footer-default__list-item">
<a class="nhsuk-footer__list-item-link" href="#">Cookies</a>
Expand Down Expand Up @@ -59,7 +59,7 @@ Your copyright statement must reflect the ownership of your website or service.
},
{
"URL": "#",
"label": "Contact us"
"label": "Give us feedback"
},
{
"URL": "#",
Expand Down Expand Up @@ -133,9 +133,6 @@ Your copyright statement must reflect the ownership of your website or service.
</li>
</ul>
<ul class="nhsuk-footer__list">
<li class="nhsuk-footer__list-item">
<a class="nhsuk-footer__list-item-link" href="/contact-us/">Contact us</a>
</li>
<li class="nhsuk-footer__list-item">
<a class="nhsuk-footer__list-item-link" href="/nhs-sites/">Other NHS websites</a>
</li>
Expand All @@ -147,6 +144,9 @@ Your copyright statement must reflect the ownership of your website or service.
<li class="nhsuk-footer__list-item">
<a class="nhsuk-footer__list-item-link" href="/about-us/">About us</a>
</li>
<li class="nhsuk-footer__list-item">
<a class="nhsuk-footer__list-item-link" href="/contact-us/">Give us feedback</a>
</li>
<li class="nhsuk-footer__list-item">
<a class="nhsuk-footer__list-item-link" href="/accessibility-statement/">Accessibility statement</a>
</li>
Expand Down Expand Up @@ -233,10 +233,6 @@ Your copyright statement must reflect the ownership of your website or service.
}
],
"linksColumn3": [
{
"URL": "#",
"label": "Contact us"
},
{
"URL": "#",
"label": "Other NHS websites"
Expand All @@ -251,6 +247,10 @@ Your copyright statement must reflect the ownership of your website or service.
"URL": "#",
"label": "About us"
},
{
"URL": "#",
"label": "Give us feedback"
},
{
"URL": "#",
"label": "Accessibility statement"
Expand Down

0 comments on commit 2de06c9

Please sign in to comment.