From 45a6327997b5b758b029551a66d72988ff7faa2b Mon Sep 17 00:00:00 2001 From: Andrew Hosgood Date: Tue, 19 Mar 2024 10:21:41 +0000 Subject: [PATCH] Update footer links (#105) --- src/nationalarchives/components/footer/fixtures.json | 11 +++++------ .../components/footer/footer.stories.js | 7 +++---- .../utilities/colour-schemes/colour-themes.stories.js | 7 +++---- tasks/global-header/generate-global-header-assets.js | 7 +++---- 4 files changed, 14 insertions(+), 18 deletions(-) diff --git a/src/nationalarchives/components/footer/fixtures.json b/src/nationalarchives/components/footer/fixtures.json index b6538848..ec7add11 100644 --- a/src/nationalarchives/components/footer/fixtures.json +++ b/src/nationalarchives/components/footer/fixtures.json @@ -89,7 +89,7 @@ ] }, { - "title": "Our other websites", + "title": "Other websites", "items": [ { "text": "UK Government Web Archive", @@ -105,16 +105,15 @@ }, { "text": "The Gazette", - "href": "https://www.thegazette.co.uk/", - "newTab": true + "href": "https://www.thegazette.co.uk/" }, { "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/" } ] } @@ -143,7 +142,7 @@ } ] }, - "html": "" + "html": "" } ] } diff --git a/src/nationalarchives/components/footer/footer.stories.js b/src/nationalarchives/components/footer/footer.stories.js index 4c62cd51..2bb989b4 100644 --- a/src/nationalarchives/components/footer/footer.stories.js +++ b/src/nationalarchives/components/footer/footer.stories.js @@ -124,7 +124,7 @@ Standard.args = { ], }, { - title: "Our other websites", + title: "Other websites", items: [ { text: "UK Government Web Archive", @@ -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/", }, ], }, diff --git a/src/nationalarchives/stories/utilities/colour-schemes/colour-themes.stories.js b/src/nationalarchives/stories/utilities/colour-schemes/colour-themes.stories.js index 69c8b65b..203e764d 100644 --- a/src/nationalarchives/stories/utilities/colour-schemes/colour-themes.stories.js +++ b/src/nationalarchives/stories/utilities/colour-schemes/colour-themes.stories.js @@ -1297,7 +1297,7 @@ const Template = ({ theme, accent }) => { ], }, { - title: "Our other websites", + title: "Other websites", items: [ { text: "UK Government Web Archive", @@ -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/", }, ], }, diff --git a/tasks/global-header/generate-global-header-assets.js b/tasks/global-header/generate-global-header-assets.js index 24260917..c4f3f460 100644 --- a/tasks/global-header/generate-global-header-assets.js +++ b/tasks/global-header/generate-global-header-assets.js @@ -147,7 +147,7 @@ const footerHTML = nunjucks ], }, { - title: "Our other websites", + title: "Other websites", items: [ { text: "UK Government Web Archive", @@ -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/", }, ], },