diff --git a/src/nationalarchives/components/gallery/gallery.stories.js b/src/nationalarchives/components/gallery/gallery.stories.js index f6019555..ed7459de 100644 --- a/src/nationalarchives/components/gallery/gallery.stories.js +++ b/src/nationalarchives/components/gallery/gallery.stories.js @@ -62,14 +62,14 @@ Standard.args = { }, ] : index === 1 - ? [ - { - id: "tab-1", - title: "Transcript", - body: "

TEST TRANSCRIPT

", - }, - ] - : null, + ? [ + { + id: "tab-1", + title: "Transcript", + body: "

TEST TRANSCRIPT

", + }, + ] + : null, })), classes: "tna-gallery--demo", diff --git a/src/nationalarchives/stories/utilities/colour-schemes/colour-schemes.stories.js b/src/nationalarchives/stories/utilities/colour-schemes/colour-schemes.stories.js index 45d593c0..b8ed02d7 100644 --- a/src/nationalarchives/stories/utilities/colour-schemes/colour-schemes.stories.js +++ b/src/nationalarchives/stories/utilities/colour-schemes/colour-schemes.stories.js @@ -64,28 +64,28 @@ const Template = ({ theme, accent }) => { theme === "system" ? "tna-template--system-theme" : theme === "light" - ? "tna-template--light-theme" - : theme === "dark" - ? "tna-template--dark-theme" - : theme === "light high-contrast" - ? "tna-template--light-theme tna-template--high-contrast-theme" - : theme === "dark high-contrast" - ? "tna-template--dark-theme tna-template--high-contrast-theme" - : "" + ? "tna-template--light-theme" + : theme === "dark" + ? "tna-template--dark-theme" + : theme === "light high-contrast" + ? "tna-template--light-theme tna-template--high-contrast-theme" + : theme === "dark high-contrast" + ? "tna-template--dark-theme tna-template--high-contrast-theme" + : "" } ${ accent === "black" ? "tna-template--black-accent" : accent === "yellow" - ? "tna-template--yellow-accent" - : accent === "pink" - ? "tna-template--pink-accent" - : accent === "orange" - ? "tna-template--orange-accent" - : accent === "green" - ? "tna-template--green-accent" - : accent === "blue" - ? "tna-template--blue-accent" - : "" + ? "tna-template--yellow-accent" + : accent === "pink" + ? "tna-template--pink-accent" + : accent === "orange" + ? "tna-template--orange-accent" + : accent === "green" + ? "tna-template--green-accent" + : accent === "blue" + ? "tna-template--blue-accent" + : "" }">