Skip to content

Commit

Permalink
update snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
ulfgebhardt committed Feb 19, 2024
1 parent bc72b57 commit 1038dce
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -372,6 +372,7 @@ exports[`renders CoffeeSection > renders CoffeeSection 1`] = `
id="carousel-item-0"
style="color: #ABABAB; caret-color: #ABABAB;"
type="button"
value="0"
>
<span
Expand Down Expand Up @@ -400,6 +401,7 @@ exports[`renders CoffeeSection > renders CoffeeSection 1`] = `
id="carousel-item-1"
style="color: #ABABAB; caret-color: #ABABAB;"
type="button"
value="1"
>
<span
Expand Down Expand Up @@ -428,6 +430,7 @@ exports[`renders CoffeeSection > renders CoffeeSection 1`] = `
id="carousel-item-2"
style="color: #ABABAB; caret-color: #ABABAB;"
type="button"
value="2"
>
<span
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,7 @@ exports[`IntroSection > renders IntroSection 1`] = `
id="carousel-item-0"
style="color: #ffffff; caret-color: #ffffff;"
type="button"
value="0"
>
<span
Expand Down Expand Up @@ -203,6 +204,7 @@ exports[`IntroSection > renders IntroSection 1`] = `
id="carousel-item-1"
style="color: #ffffff; caret-color: #ffffff;"
type="button"
value="1"
>
<span
Expand Down
5 changes: 5 additions & 0 deletions presenter/src/pages/index/__snapshots__/Page.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -676,6 +676,7 @@ exports[`IndexPage > renders 1`] = `
id="carousel-item-11"
style="color: #ffffff; caret-color: #ffffff;"
type="button"
value="0"
>
<span
Expand Down Expand Up @@ -704,6 +705,7 @@ exports[`IndexPage > renders 1`] = `
id="carousel-item-12"
style="color: #ffffff; caret-color: #ffffff;"
type="button"
value="1"
>
<span
Expand Down Expand Up @@ -2232,6 +2234,7 @@ exports[`IndexPage > renders 1`] = `
id="carousel-item-27"
style="color: #ABABAB; caret-color: #ABABAB;"
type="button"
value="0"
>
<span
Expand Down Expand Up @@ -2260,6 +2263,7 @@ exports[`IndexPage > renders 1`] = `
id="carousel-item-28"
style="color: #ABABAB; caret-color: #ABABAB;"
type="button"
value="1"
>
<span
Expand Down Expand Up @@ -2288,6 +2292,7 @@ exports[`IndexPage > renders 1`] = `
id="carousel-item-29"
style="color: #ABABAB; caret-color: #ABABAB;"
type="button"
value="2"
>
<span
Expand Down

0 comments on commit 1038dce

Please sign in to comment.