diff --git a/src/components/atoms/__tests__/__snapshots__/fullscreen.test.jsx.snap b/src/components/atoms/__tests__/__snapshots__/fullscreen.test.jsx.snap index 3ca7849..9c4dc47 100644 --- a/src/components/atoms/__tests__/__snapshots__/fullscreen.test.jsx.snap +++ b/src/components/atoms/__tests__/__snapshots__/fullscreen.test.jsx.snap @@ -51,7 +51,6 @@ exports[`Fullscreen renders correctly with props 1`] = ` } } onClick={[Function]} - tabIndex="12" type="button" > EYESBOUND @@ -81,7 +80,6 @@ exports[`Logo renders correctly without props 1`] = ` > EYESBOUND diff --git a/src/components/atoms/__tests__/__snapshots__/navigation.test.jsx.snap b/src/components/atoms/__tests__/__snapshots__/navigation.test.jsx.snap index 2a2746a..f08413e 100644 --- a/src/components/atoms/__tests__/__snapshots__/navigation.test.jsx.snap +++ b/src/components/atoms/__tests__/__snapshots__/navigation.test.jsx.snap @@ -82,7 +82,6 @@ exports[`Navigation renders correctly when menu is toggled 1`] = `
  • Overview @@ -90,7 +89,6 @@ exports[`Navigation renders correctly when menu is toggled 1`] = `
  • »Shuttered« @@ -98,7 +96,6 @@ exports[`Navigation renders correctly when menu is toggled 1`] = `
  • Architecture @@ -106,7 +103,6 @@ exports[`Navigation renders correctly when menu is toggled 1`] = `
  • Environment @@ -114,7 +110,6 @@ exports[`Navigation renders correctly when menu is toggled 1`] = `
  • Floral @@ -122,7 +117,6 @@ exports[`Navigation renders correctly when menu is toggled 1`] = `
  • Light @@ -130,7 +124,6 @@ exports[`Navigation renders correctly when menu is toggled 1`] = `
  • Worldmap @@ -138,7 +131,6 @@ exports[`Navigation renders correctly when menu is toggled 1`] = `
  • Contact @@ -234,7 +226,6 @@ exports[`Navigation renders correctly with props 1`] = `
  • Overview @@ -242,7 +233,6 @@ exports[`Navigation renders correctly with props 1`] = `
  • »Shuttered« @@ -250,7 +240,6 @@ exports[`Navigation renders correctly with props 1`] = `
  • Architecture @@ -258,7 +247,6 @@ exports[`Navigation renders correctly with props 1`] = `
  • Environment @@ -266,7 +254,6 @@ exports[`Navigation renders correctly with props 1`] = `
  • Floral @@ -274,7 +261,6 @@ exports[`Navigation renders correctly with props 1`] = `
  • Light @@ -282,7 +268,6 @@ exports[`Navigation renders correctly with props 1`] = `
  • Worldmap @@ -290,7 +275,6 @@ exports[`Navigation renders correctly with props 1`] = `
  • Contact @@ -386,7 +370,6 @@ exports[`Navigation renders correctly without props 1`] = `
  • Overview @@ -394,7 +377,6 @@ exports[`Navigation renders correctly without props 1`] = `
  • »Shuttered« @@ -402,7 +384,6 @@ exports[`Navigation renders correctly without props 1`] = `
  • Architecture @@ -410,7 +391,6 @@ exports[`Navigation renders correctly without props 1`] = `
  • Environment @@ -418,7 +398,6 @@ exports[`Navigation renders correctly without props 1`] = `
  • Floral @@ -426,7 +405,6 @@ exports[`Navigation renders correctly without props 1`] = `
  • Light @@ -434,7 +412,6 @@ exports[`Navigation renders correctly without props 1`] = `
  • Worldmap @@ -442,7 +419,6 @@ exports[`Navigation renders correctly without props 1`] = `
  • Contact diff --git a/src/components/atoms/fullscreen.jsx b/src/components/atoms/fullscreen.jsx index 9333842..811f939 100644 --- a/src/components/atoms/fullscreen.jsx +++ b/src/components/atoms/fullscreen.jsx @@ -48,7 +48,7 @@ function Fullscreen({callback = defaultCallback, selector = ''}) { diff --git a/src/components/atoms/logo.jsx b/src/components/atoms/logo.jsx index 3ea1be7..b51cf50 100644 --- a/src/components/atoms/logo.jsx +++ b/src/components/atoms/logo.jsx @@ -34,7 +34,7 @@ const logo = css` const {GATSBY_SITE_NAME = 'EYESBOUND'} = process.env; function Logo({isFullscreen = false}) { - return

    {GATSBY_SITE_NAME}

    ; + return

    {GATSBY_SITE_NAME}

    ; } Logo.propTypes = { diff --git a/src/components/atoms/navigation.jsx b/src/components/atoms/navigation.jsx index 9193f52..00cef27 100644 --- a/src/components/atoms/navigation.jsx +++ b/src/components/atoms/navigation.jsx @@ -130,14 +130,14 @@ function Navigation({isFullscreen = false}) { return ( diff --git a/src/components/molecules/__tests__/__snapshots__/group.test.jsx.snap b/src/components/molecules/__tests__/__snapshots__/group.test.jsx.snap index 7f57a57..36ba259 100644 --- a/src/components/molecules/__tests__/__snapshots__/group.test.jsx.snap +++ b/src/components/molecules/__tests__/__snapshots__/group.test.jsx.snap @@ -66,7 +66,6 @@ exports[`Group renders correctly with a list of more 1`] = ` > EYESBOUND @@ -152,7 +151,6 @@ exports[`Group renders correctly with a list of more 1`] = `
  • Overview @@ -160,7 +158,6 @@ exports[`Group renders correctly with a list of more 1`] = `
  • »Shuttered« @@ -168,7 +165,6 @@ exports[`Group renders correctly with a list of more 1`] = `
  • Architecture @@ -176,7 +172,6 @@ exports[`Group renders correctly with a list of more 1`] = `
  • Environment @@ -184,7 +179,6 @@ exports[`Group renders correctly with a list of more 1`] = `
  • Floral @@ -192,7 +186,6 @@ exports[`Group renders correctly with a list of more 1`] = `
  • Light @@ -200,7 +193,6 @@ exports[`Group renders correctly with a list of more 1`] = `
  • Worldmap @@ -208,7 +200,6 @@ exports[`Group renders correctly with a list of more 1`] = `
  • Contact @@ -398,7 +389,6 @@ exports[`Group renders correctly with a list of one 1`] = ` > EYESBOUND @@ -484,7 +474,6 @@ exports[`Group renders correctly with a list of one 1`] = `
  • Overview @@ -492,7 +481,6 @@ exports[`Group renders correctly with a list of one 1`] = `
  • »Shuttered« @@ -500,7 +488,6 @@ exports[`Group renders correctly with a list of one 1`] = `
  • Architecture @@ -508,7 +495,6 @@ exports[`Group renders correctly with a list of one 1`] = `
  • Environment @@ -516,7 +502,6 @@ exports[`Group renders correctly with a list of one 1`] = `
  • Floral @@ -524,7 +509,6 @@ exports[`Group renders correctly with a list of one 1`] = `
  • Light @@ -532,7 +516,6 @@ exports[`Group renders correctly with a list of one 1`] = `
  • Worldmap @@ -540,7 +523,6 @@ exports[`Group renders correctly with a list of one 1`] = `
  • Contact @@ -722,7 +704,6 @@ exports[`Group renders correctly with a list of zero 1`] = ` > EYESBOUND @@ -808,7 +789,6 @@ exports[`Group renders correctly with a list of zero 1`] = `
  • Overview @@ -816,7 +796,6 @@ exports[`Group renders correctly with a list of zero 1`] = `
  • »Shuttered« @@ -824,7 +803,6 @@ exports[`Group renders correctly with a list of zero 1`] = `
  • Architecture @@ -832,7 +810,6 @@ exports[`Group renders correctly with a list of zero 1`] = `
  • Environment @@ -840,7 +817,6 @@ exports[`Group renders correctly with a list of zero 1`] = `
  • Floral @@ -848,7 +824,6 @@ exports[`Group renders correctly with a list of zero 1`] = `
  • Light @@ -856,7 +831,6 @@ exports[`Group renders correctly with a list of zero 1`] = `
  • Worldmap @@ -864,7 +838,6 @@ exports[`Group renders correctly with a list of zero 1`] = `
  • Contact diff --git a/src/components/molecules/__tests__/__snapshots__/header.test.jsx.snap b/src/components/molecules/__tests__/__snapshots__/header.test.jsx.snap index dbe03fd..987bea3 100644 --- a/src/components/molecules/__tests__/__snapshots__/header.test.jsx.snap +++ b/src/components/molecules/__tests__/__snapshots__/header.test.jsx.snap @@ -38,7 +38,6 @@ exports[`Header renders correctly with props 1`] = ` > EYESBOUND @@ -124,7 +123,6 @@ exports[`Header renders correctly with props 1`] = `
  • Overview @@ -132,7 +130,6 @@ exports[`Header renders correctly with props 1`] = `
  • »Shuttered« @@ -140,7 +137,6 @@ exports[`Header renders correctly with props 1`] = `
  • Architecture @@ -148,7 +144,6 @@ exports[`Header renders correctly with props 1`] = `
  • Environment @@ -156,7 +151,6 @@ exports[`Header renders correctly with props 1`] = `
  • Floral @@ -164,7 +158,6 @@ exports[`Header renders correctly with props 1`] = `
  • Light @@ -172,7 +165,6 @@ exports[`Header renders correctly with props 1`] = `
  • Worldmap @@ -180,7 +172,6 @@ exports[`Header renders correctly with props 1`] = `
  • Contact @@ -233,7 +224,6 @@ exports[`Header renders correctly without props 1`] = ` > EYESBOUND @@ -319,7 +309,6 @@ exports[`Header renders correctly without props 1`] = `
  • Overview @@ -327,7 +316,6 @@ exports[`Header renders correctly without props 1`] = `
  • »Shuttered« @@ -335,7 +323,6 @@ exports[`Header renders correctly without props 1`] = `
  • Architecture @@ -343,7 +330,6 @@ exports[`Header renders correctly without props 1`] = `
  • Environment @@ -351,7 +337,6 @@ exports[`Header renders correctly without props 1`] = `
  • Floral @@ -359,7 +344,6 @@ exports[`Header renders correctly without props 1`] = `
  • Light @@ -367,7 +351,6 @@ exports[`Header renders correctly without props 1`] = `
  • Worldmap @@ -375,7 +358,6 @@ exports[`Header renders correctly without props 1`] = `
  • Contact diff --git a/src/components/molecules/__tests__/__snapshots__/member.test.jsx.snap b/src/components/molecules/__tests__/__snapshots__/member.test.jsx.snap index caae09a..9d80981 100644 --- a/src/components/molecules/__tests__/__snapshots__/member.test.jsx.snap +++ b/src/components/molecules/__tests__/__snapshots__/member.test.jsx.snap @@ -58,7 +58,6 @@ exports[`Member renders correctly with a list of more 1`] = ` > EYESBOUND @@ -144,7 +143,6 @@ exports[`Member renders correctly with a list of more 1`] = `
  • Overview @@ -152,7 +150,6 @@ exports[`Member renders correctly with a list of more 1`] = `
  • »Shuttered« @@ -160,7 +157,6 @@ exports[`Member renders correctly with a list of more 1`] = `
  • Architecture @@ -168,7 +164,6 @@ exports[`Member renders correctly with a list of more 1`] = `
  • Environment @@ -176,7 +171,6 @@ exports[`Member renders correctly with a list of more 1`] = `
  • Floral @@ -184,7 +178,6 @@ exports[`Member renders correctly with a list of more 1`] = `
  • Light @@ -192,7 +185,6 @@ exports[`Member renders correctly with a list of more 1`] = `
  • Worldmap @@ -200,7 +192,6 @@ exports[`Member renders correctly with a list of more 1`] = `
  • Contact @@ -454,7 +445,6 @@ exports[`Member renders correctly with a list of one 1`] = ` > EYESBOUND @@ -540,7 +530,6 @@ exports[`Member renders correctly with a list of one 1`] = `
  • Overview @@ -548,7 +537,6 @@ exports[`Member renders correctly with a list of one 1`] = `
  • »Shuttered« @@ -556,7 +544,6 @@ exports[`Member renders correctly with a list of one 1`] = `
  • Architecture @@ -564,7 +551,6 @@ exports[`Member renders correctly with a list of one 1`] = `
  • Environment @@ -572,7 +558,6 @@ exports[`Member renders correctly with a list of one 1`] = `
  • Floral @@ -580,7 +565,6 @@ exports[`Member renders correctly with a list of one 1`] = `
  • Light @@ -588,7 +572,6 @@ exports[`Member renders correctly with a list of one 1`] = `
  • Worldmap @@ -596,7 +579,6 @@ exports[`Member renders correctly with a list of one 1`] = `
  • Contact @@ -822,7 +804,6 @@ exports[`Member renders correctly with a list of zero 1`] = ` > EYESBOUND @@ -908,7 +889,6 @@ exports[`Member renders correctly with a list of zero 1`] = `
  • Overview @@ -916,7 +896,6 @@ exports[`Member renders correctly with a list of zero 1`] = `
  • »Shuttered« @@ -924,7 +903,6 @@ exports[`Member renders correctly with a list of zero 1`] = `
  • Architecture @@ -932,7 +910,6 @@ exports[`Member renders correctly with a list of zero 1`] = `
  • Environment @@ -940,7 +917,6 @@ exports[`Member renders correctly with a list of zero 1`] = `
  • Floral @@ -948,7 +924,6 @@ exports[`Member renders correctly with a list of zero 1`] = `
  • Light @@ -956,7 +931,6 @@ exports[`Member renders correctly with a list of zero 1`] = `
  • Worldmap @@ -964,7 +938,6 @@ exports[`Member renders correctly with a list of zero 1`] = `
  • Contact diff --git a/src/components/organisms/__tests__/__snapshots__/slideshow.test.jsx.snap b/src/components/organisms/__tests__/__snapshots__/slideshow.test.jsx.snap index a1f2d8e..07d0cb4 100644 --- a/src/components/organisms/__tests__/__snapshots__/slideshow.test.jsx.snap +++ b/src/components/organisms/__tests__/__snapshots__/slideshow.test.jsx.snap @@ -63,7 +63,6 @@ exports[`Slideshow renders correctly with a list of more 1`] = ` data-type="prev" disabled={false} onClick={[Function]} - tabIndex="10" type="button" > « @@ -277,7 +276,6 @@ exports[`Slideshow renders correctly with a list of more 1`] = ` data-type="next" disabled={false} onClick={[Function]} - tabIndex="11" type="button" > » @@ -476,7 +474,6 @@ exports[`Slideshow renders correctly with a list of one 1`] = ` data-type="prev" disabled={false} onClick={[Function]} - tabIndex="10" type="button" > « @@ -614,7 +611,6 @@ exports[`Slideshow renders correctly with a list of one 1`] = ` data-type="next" disabled={false} onClick={[Function]} - tabIndex="11" type="button" > » @@ -752,7 +748,6 @@ exports[`Slideshow renders correctly with a list of zero 1`] = ` data-type="prev" disabled={false} onClick={[Function]} - tabIndex="10" type="button" > « @@ -813,7 +808,6 @@ exports[`Slideshow renders correctly with a list of zero 1`] = ` data-type="next" disabled={false} onClick={[Function]} - tabIndex="11" type="button" > » diff --git a/src/components/organisms/slideshow.jsx b/src/components/organisms/slideshow.jsx index 8f7f116..be90861 100644 --- a/src/components/organisms/slideshow.jsx +++ b/src/components/organisms/slideshow.jsx @@ -101,9 +101,9 @@ function Slideshow({images, isFullscreen = false}) {
  • ); }, - nextArrow: , + nextArrow: , pauseOnHover: false, - prevArrow: , + prevArrow: , }; const {PICTURE: {path}} = AssetTypes; diff --git a/src/pages/__tests__/__snapshots__/imprint.test.jsx.snap b/src/pages/__tests__/__snapshots__/imprint.test.jsx.snap index 3da3d11..5b2e79f 100644 --- a/src/pages/__tests__/__snapshots__/imprint.test.jsx.snap +++ b/src/pages/__tests__/__snapshots__/imprint.test.jsx.snap @@ -66,7 +66,6 @@ exports[`Imprint renders correctly 1`] = ` > EYESBOUND @@ -152,7 +151,6 @@ exports[`Imprint renders correctly 1`] = `
  • Overview @@ -160,7 +158,6 @@ exports[`Imprint renders correctly 1`] = `
  • »Shuttered« @@ -168,7 +165,6 @@ exports[`Imprint renders correctly 1`] = `
  • Architecture @@ -176,7 +172,6 @@ exports[`Imprint renders correctly 1`] = `
  • Environment @@ -184,7 +179,6 @@ exports[`Imprint renders correctly 1`] = `
  • Floral @@ -192,7 +186,6 @@ exports[`Imprint renders correctly 1`] = `
  • Light @@ -200,7 +193,6 @@ exports[`Imprint renders correctly 1`] = `
  • Worldmap @@ -208,7 +200,6 @@ exports[`Imprint renders correctly 1`] = `
  • Contact