Skip to content

Commit

Permalink
test(news letter): update test file
Browse files Browse the repository at this point in the history
  • Loading branch information
riadhmouamnia committed Nov 19, 2023
1 parent 7385070 commit 39a0033
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ exports[`renders correctly 1`] = `
/>
</div>
<input
className="input bg-base-300 input-primary w-full rounded-full border-opacity-25"
className="input bg-base-200 input-primary w-full rounded-full border-opacity-25"
id="email"
name="email"
onBlur={[Function]}
Expand Down Expand Up @@ -88,4 +88,4 @@ exports[`renders correctly 1`] = `
</figure>
</div>
</section>
`;
`;
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ exports[`renders correctly 1`] = `
/>
</div>
<input
className="input bg-base-300 input-primary w-full rounded-full border-opacity-25"
className="input bg-base-200 input-primary w-full rounded-full border-opacity-25"
id="email"
name="email"
onBlur={[Function]}
Expand Down Expand Up @@ -88,4 +88,4 @@ exports[`renders correctly 1`] = `
</figure>
</div>
</section>
`;
`;

0 comments on commit 39a0033

Please sign in to comment.