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 @@