diff --git a/src/components/__snapshots__/Snapshot.test.jsx.snap b/src/components/__snapshots__/Snapshot.test.jsx.snap index 9d6c67e..a874a26 100644 --- a/src/components/__snapshots__/Snapshot.test.jsx.snap +++ b/src/components/__snapshots__/Snapshot.test.jsx.snap @@ -1,13 +1,13 @@ // Jest Snapshot v1, https://goo.gl/fbAQLP exports[`Components snapshots renders the FrontPage correctly 1`] = ` -.c19 { +.c11 { color: snow; font-weight: bold; text-decoration: none; } -.c19:hover { +.c11:hover { color: #dadada; text-decoration: underline; } @@ -25,7 +25,7 @@ exports[`Components snapshots renders the FrontPage correctly 1`] = ` user-select: initial; } -.c17 { +.c10 { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; @@ -36,7 +36,7 @@ exports[`Components snapshots renders the FrontPage correctly 1`] = ` justify-content: space-between; } -.c16 { +.c9 { -webkit-align-items: center; -webkit-box-align: center; -ms-flex-align: center; @@ -78,20 +78,20 @@ exports[`Components snapshots renders the FrontPage correctly 1`] = ` } .c2 > img { - filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.5)); + filter: drop-shadow(2px 2px 2px rgba(0,0,0,0.5)); } .c1 { background: #d9534f; } -.c9 { +.c8 { background: #5cb85c; } .c6 { background: white; - box-shadow: 0 0 4px 4px rgba(85, 95, 110, 0.4); + box-shadow: 0 0 4px 4px rgba(85,95,110,0.4); -webkit-box-pack: start; -webkit-justify-content: flex-start; -ms-flex-pack: start; @@ -101,7 +101,7 @@ exports[`Components snapshots renders the FrontPage correctly 1`] = ` } .c6 > img { - filter: drop-shadow(-2px 2px 2px rgba(0, 0, 0, 0.5)); + filter: drop-shadow(-2px 2px 2px rgba(0,0,0,0.5)); } .c5 { @@ -111,8 +111,8 @@ exports[`Components snapshots renders the FrontPage correctly 1`] = ` text-shadow: 5px 5px #be2f2b; } -.c8 { - font-family: 'Open Sans Condensed', sans-serif; +.c7 { + font-family: 'Open Sans Condensed',sans-serif; font-size: 2em; font-weight: lighter; padding: 0 0.5em; @@ -143,16 +143,16 @@ exports[`Components snapshots renders the FrontPage correctly 1`] = ` src="/images/logo.png" />