Skip to content

Commit

Permalink
Update footer links (#105)
Browse files Browse the repository at this point in the history
  • Loading branch information
ahosgood authored Mar 19, 2024
1 parent d8a44ba commit 45a6327
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 18 deletions.
11 changes: 5 additions & 6 deletions src/nationalarchives/components/footer/fixtures.json

Large diffs are not rendered by default.

7 changes: 3 additions & 4 deletions src/nationalarchives/components/footer/footer.stories.js
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ Standard.args = {
],
},
{
title: "Our other websites",
title: "Other websites",
items: [
{
text: "UK Government Web Archive",
Expand All @@ -138,15 +138,14 @@ Standard.args = {
{
text: "The Gazette",
href: "https://www.thegazette.co.uk/",
newTab: true,
},
{
text: "The National Archives Trust",
href: "https://www.nationalarchives.gov.uk/about/the-national-archives-trust/",
href: "https://www.nationalarchivestrust.org.uk/",
},
{
text: "Friends of The National Archives",
href: "https://www.nationalarchives.gov.uk/about/get-involved/friends-of-the-national-archives/",
href: "https://ftna.org.uk/",
},
],
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1297,7 +1297,7 @@ const Template = ({ theme, accent }) => {
],
},
{
title: "Our other websites",
title: "Other websites",
items: [
{
text: "UK Government Web Archive",
Expand All @@ -1314,15 +1314,14 @@ const Template = ({ theme, accent }) => {
{
text: "The Gazette",
href: "https://www.thegazette.co.uk/",
newTab: true,
},
{
text: "The National Archives Trust",
href: "https://www.nationalarchives.gov.uk/about/the-national-archives-trust/",
href: "https://www.nationalarchivestrust.org.uk/",
},
{
text: "Friends of The National Archives",
href: "https://www.nationalarchives.gov.uk/about/get-involved/friends-of-the-national-archives/",
href: "https://ftna.org.uk/",
},
],
},
Expand Down
7 changes: 3 additions & 4 deletions tasks/global-header/generate-global-header-assets.js
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ const footerHTML = nunjucks
],
},
{
title: "Our other websites",
title: "Other websites",
items: [
{
text: "UK Government Web Archive",
Expand All @@ -164,15 +164,14 @@ const footerHTML = nunjucks
{
text: "The Gazette",
href: "https://www.thegazette.co.uk/",
newTab: true,
},
{
text: "The National Archives Trust",
href: "https://www.nationalarchives.gov.uk/about/the-national-archives-trust/",
href: "https://www.nationalarchivestrust.org.uk/",
},
{
text: "Friends of The National Archives",
href: "https://www.nationalarchives.gov.uk/about/get-involved/friends-of-the-national-archives/",
href: "https://ftna.org.uk/",
},
],
},
Expand Down

0 comments on commit 45a6327

Please sign in to comment.