Skip to content

Commit 8bacf57

Browse files
committed
update jest snapshots
1 parent 63d88bf commit 8bacf57

2 files changed

Lines changed: 10 additions & 5 deletions

File tree

client/test/Input/__snapshots__/ButtonElement.spec.js.snap

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,9 @@ exports[`ButtonElement renders correctly 1`] = `
55
<button
66
class="text-white bg-primary h-10 w-32 rounded-md hover:shadow-lg transition-shadow duration-200 ease-in-out"
77
/>
8+
9+
<!---->
10+
11+
<!---->
812
</span>
913
`;

client/test/Section/__snapshots__/PageFooter.spec.js.snap

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ exports[`PageFooter renders correctly 1`] = `
55
class="h-20"
66
>
77
<div
8-
class="flex items-center justify-around text-sm font-bold"
8+
class="flex items-center justify-around mb-2 text-sm font-bold"
99
>
1010
<div
1111
class="flex justify-center w-full"
@@ -35,9 +35,10 @@ exports[`PageFooter renders correctly 1`] = `
3535
<div
3636
class="flex justify-center w-full"
3737
>
38-
<img
39-
class="h-14"
40-
src="~/static/logo.png"
38+
<nuxt-img
39+
alt="Elucidate Logo"
40+
class="h-12"
41+
src="branding/logo_full.png"
4142
/>
4243
</div>
4344
@@ -70,7 +71,7 @@ exports[`PageFooter renders correctly 1`] = `
7071
<hr />
7172
7273
<div
73-
class="flex items-center justify-center py-8 text-gray-400 text-4xl"
74+
class="flex items-center justify-center py-8 text-4xl text-gray-400"
7475
>
7576
<a
7677
href="https://www.facebook.com/AtarSurvivalGuide/"

0 commit comments

Comments
 (0)