diff --git a/src/stories/Library/footer-accordions/FooterAccordion.tsx b/src/stories/Library/footer-accordions/FooterAccordion.tsx index 3e74eba21..d76a5c5b0 100644 --- a/src/stories/Library/footer-accordions/FooterAccordion.tsx +++ b/src/stories/Library/footer-accordions/FooterAccordion.tsx @@ -16,7 +16,7 @@ const FooterAccordion: FC = ({ return ( <> -

+

-

+
= ({ title, content }) => { return ( <> -

{title}

+

{title}

= ({
-

{title}

+

{title}

{subtitle ?

{subtitle}

: ""} diff --git a/src/stories/Library/nav-teaser/NavTeaser.tsx b/src/stories/Library/nav-teaser/NavTeaser.tsx index a2c9defeb..1824d9e62 100644 --- a/src/stories/Library/nav-teaser/NavTeaser.tsx +++ b/src/stories/Library/nav-teaser/NavTeaser.tsx @@ -10,7 +10,7 @@ const NavTeaser: FC = ({ title, subtitle }) => { return (