From 12316754403e4e65876c3c45aeaf73ac62c0eb41 Mon Sep 17 00:00:00 2001 From: Andrew Hosgood Date: Mon, 18 Nov 2024 18:47:33 +0000 Subject: [PATCH] Remove some widths from inline SVGs --- src/nationalarchives/components/footer/fixtures.json | 2 +- src/nationalarchives/components/footer/template.njk | 6 +++--- src/nationalarchives/components/gallery/fixtures.json | 4 ++-- src/nationalarchives/components/gallery/template.njk | 6 +++--- .../components/global-header/template.njk | 6 +++--- .../components/pagination/fixtures.json | 10 +++++----- .../components/pagination/template.njk | 2 +- 7 files changed, 18 insertions(+), 18 deletions(-) diff --git a/src/nationalarchives/components/footer/fixtures.json b/src/nationalarchives/components/footer/fixtures.json index 3a92b426..55d1cef8 100644 --- a/src/nationalarchives/components/footer/fixtures.json +++ b/src/nationalarchives/components/footer/fixtures.json @@ -149,7 +149,7 @@ "options": { "themeSelector": true }, - "html": "" + "html": "" } ] } diff --git a/src/nationalarchives/components/footer/template.njk b/src/nationalarchives/components/footer/template.njk index 1d3b86aa..2efa8ab7 100644 --- a/src/nationalarchives/components/footer/template.njk +++ b/src/nationalarchives/components/footer/template.njk @@ -13,7 +13,7 @@
{{ tnaButton({ 'text': 'System theme', - 'iconSvg': '', + 'iconSvg': '', 'title': 'Change to using the system theme', 'buttonElement': true, 'classes': 'tna-footer__theme-selector-button', @@ -25,7 +25,7 @@ }) }} {{ tnaButton({ 'text': 'Light theme', - 'iconSvg': '', + 'iconSvg': '', 'title': 'Change to using the light theme', 'buttonElement': true, 'classes': 'tna-footer__theme-selector-button', @@ -37,7 +37,7 @@ }) }} {{ tnaButton({ 'text': 'Dark theme', - 'iconSvg': '', + 'iconSvg': '', 'title': 'Change to using the dark theme', 'buttonElement': true, 'classes': 'tna-footer__theme-selector-button', diff --git a/src/nationalarchives/components/gallery/fixtures.json b/src/nationalarchives/components/gallery/fixtures.json index fc9c2e3b..9bfaeec1 100644 --- a/src/nationalarchives/components/gallery/fixtures.json +++ b/src/nationalarchives/components/gallery/fixtures.json @@ -29,7 +29,7 @@ ], "id": "test-gallery" }, - "html": "
" + "html": "
" }, { "name": "with title and text", @@ -62,7 +62,7 @@ ], "id": "test-gallery" }, - "html": "
" + "html": "
" } ] } diff --git a/src/nationalarchives/components/gallery/template.njk b/src/nationalarchives/components/gallery/template.njk index d313f7b8..b7675726 100644 --- a/src/nationalarchives/components/gallery/template.njk +++ b/src/nationalarchives/components/gallery/template.njk @@ -19,7 +19,7 @@