Skip to content

Commit

Permalink
Regenerate snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
kelvinkipruto committed Dec 5, 2024
1 parent 1a664e0 commit 0ef5424
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,21 +6,25 @@ exports[`<AboutTeam /> renders unchanged 1`] = `
class="MuiBox-root css-1termwk"
>
<div
class="makeStyles-root-7 makeStyles-root-5 makeStyles-root-3 makeStyles-fixed-4 MuiBox-root css-0"
class="makeStyles-root-5 makeStyles-root-3 makeStyles-root-1 makeStyles-fixed-2 MuiBox-root css-0"
>
<h4
class="MuiTypography-root MuiTypography-h4 css-1cvoujm-MuiTypography-root"
>
About Team
</h4>
<div
class="react-multi-carousel-list makeStyles-root-8"
dir="ltr"
class="MuiBox-root css-4jcry9"
>
<ul
class="react-multi-carousel-track "
style="transition: none; overflow: unset; transform: translate3d(0px,0,0);"
/>
<div
class="react-multi-carousel-list "
dir="ltr"
>
<ul
class="react-multi-carousel-track "
style="transition: none; overflow: unset; transform: translate3d(0px,0,0);"
/>
</div>
</div>
</div>
</div>
Expand Down
16 changes: 10 additions & 6 deletions apps/climatemappedafrica/src/components/Carousel/Carousel.snap.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,17 @@
exports[`<Carousel /> renders unchanged 1`] = `
<div>
<div
class="react-multi-carousel-list makeStyles-root-1"
dir="ltr"
class="MuiBox-root css-5ce3om"
>
<ul
class="react-multi-carousel-track "
style="transition: none; overflow: unset; transform: translate3d(0px,0,0);"
/>
<div
class="react-multi-carousel-list "
dir="ltr"
>
<ul
class="react-multi-carousel-track "
style="transition: none; overflow: unset; transform: translate3d(0px,0,0);"
/>
</div>
</div>
</div>
`;

0 comments on commit 0ef5424

Please sign in to comment.