diff --git a/CHANGELOG.md b/CHANGELOG.md index 3d777ea9..66c79aca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added ### Changed + +- Updated footer links + ### Deprecated ### Removed ### Fixed diff --git a/src/nationalarchives/components/footer/fixtures.json b/src/nationalarchives/components/footer/fixtures.json index b6a32e57..b10ceba6 100644 --- a/src/nationalarchives/components/footer/fixtures.json +++ b/src/nationalarchives/components/footer/fixtures.json @@ -2,7 +2,7 @@ "component": "footer", "fixtures": [ { - "name": "minimal", + "name": "basic", "options": {}, "html": "" }, @@ -48,43 +48,43 @@ "items": [ { "text": "About us", - "href": "https://www.nationalarchives.gov.uk/about/)" + "href": "https://www.nationalarchives.gov.uk/about/" }, { "text": "Contact us", - "href": "https://www.nationalarchives.gov.uk/contact-us/)" + "href": "https://www.nationalarchives.gov.uk/contact-us/" }, { "text": "News", - "href": "https://www.nationalarchives.gov.uk/about/news/)" + "href": "https://www.nationalarchives.gov.uk/about/news/" }, { "text": "Blog", - "href": "https://blog.nationalarchives.gov.uk/)" + "href": "https://blog.nationalarchives.gov.uk/" }, { - "text": "Podcasts and videos", - "href": "https://media.nationalarchives.gov.uk/)" + "text": "Podcasts", + "href": "https://media.nationalarchives.gov.uk/index.php/category/podcasts-2/" }, { "text": "Image library", - "href": "https://images.nationalarchives.gov.uk/)" + "href": "https://images.nationalarchives.gov.uk/" }, { "text": "Press room", - "href": "https://www.nationalarchives.gov.uk/about/press-room/)" + "href": "https://www.nationalarchives.gov.uk/about/press-room/" }, { "text": "Jobs and careers", - "href": "https://www.nationalarchives.gov.uk/about/jobs/)" + "href": "https://www.nationalarchives.gov.uk/about/jobs/" }, { "text": "British citizenship services", - "href": "https://www.nationalarchives.gov.uk/contact-us/british-citizenship-services/)" + "href": "https://www.nationalarchives.gov.uk/contact-us/british-citizenship-services/" }, { "text": "Historical Manuscripts Commission", - "href": "https://www.nationalarchives.gov.uk/archives-sector/our-archives-sector-role/historical-manuscripts-commission/)" + "href": "https://www.nationalarchives.gov.uk/archives-sector/our-archives-sector-role/historical-manuscripts-commission/" } ] }, @@ -111,6 +111,10 @@ { "text": "The National Archives Trust", "href": "https://www.nationalarchives.gov.uk/about/the-national-archives-trust/" + }, + { + "text": "Friends of The National Archives", + "href": "https://www.nationalarchives.gov.uk/about/get-involved/friends-of-the-national-archives/" } ] } @@ -139,7 +143,7 @@ } ] }, - "html": "" + "html": "" } ] } diff --git a/src/nationalarchives/components/footer/footer.stories.js b/src/nationalarchives/components/footer/footer.stories.js index 73b21023..4c62cd51 100644 --- a/src/nationalarchives/components/footer/footer.stories.js +++ b/src/nationalarchives/components/footer/footer.stories.js @@ -98,8 +98,8 @@ Standard.args = { href: "https://blog.nationalarchives.gov.uk/", }, { - text: "Podcasts and videos", - href: "https://media.nationalarchives.gov.uk/", + text: "Podcasts", + href: "https://media.nationalarchives.gov.uk/index.php/category/podcasts-2/", }, { text: "Image library", diff --git a/src/nationalarchives/components/footer/template.njk b/src/nationalarchives/components/footer/template.njk index 3fcaeb25..90b80d24 100644 --- a/src/nationalarchives/components/footer/template.njk +++ b/src/nationalarchives/components/footer/template.njk @@ -92,7 +92,7 @@
{{ tnaButton({ text: "Subscribe", - href: "https://www.nationalarchives.gov.uk/contact-us/email-updates/", + href: "https://pages.enews.nationalarchives.gov.uk/pages/subscribe", accent: true }) }}
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 afb740d2..69c8b65b 100644 --- a/src/nationalarchives/stories/utilities/colour-schemes/colour-themes.stories.js +++ b/src/nationalarchives/stories/utilities/colour-schemes/colour-themes.stories.js @@ -1271,8 +1271,8 @@ const Template = ({ theme, accent }) => { href: "https://blog.nationalarchives.gov.uk/", }, { - text: "Podcasts and videos", - href: "https://media.nationalarchives.gov.uk/", + text: "Podcasts", + href: "https://media.nationalarchives.gov.uk/index.php/category/podcasts-2/", }, { text: "Image library", diff --git a/tasks/global-header/generate-global-header-assets.js b/tasks/global-header/generate-global-header-assets.js index 31d0337a..24260917 100644 --- a/tasks/global-header/generate-global-header-assets.js +++ b/tasks/global-header/generate-global-header-assets.js @@ -121,8 +121,8 @@ const footerHTML = nunjucks href: "https://blog.nationalarchives.gov.uk/", }, { - text: "Podcasts and videos", - href: "https://media.nationalarchives.gov.uk/", + text: "Podcasts", + href: "https://media.nationalarchives.gov.uk/index.php/category/podcasts-2/", }, { text: "Image library",