Skip to content

Commit

Permalink
Test: updated tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tech-chieftain committed Nov 21, 2020
1 parent 350bcaf commit 5e7fdd6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ exports[`renders correctly 1`] = `
className="md:shadow-xl w-10/12 lg:w-8/12 mx-auto flex flex-col p-2 sm:p-4 md:p-8 bg-white"
>
<div
className="flex flex-col md:flex-row mb-4"
className="flex flex-col md:flex-row"
>
<div
className="flex-1 flex flex-col mb-4 "
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ exports[`renders correctly 1`] = `
className="md:shadow-xl w-10/12 lg:w-8/12 mx-auto flex flex-col p-2 sm:p-4 md:p-8 bg-white"
>
<div
className="flex flex-col md:flex-row mb-4"
className="flex flex-col md:flex-row"
>
<div
className="flex-1 flex flex-col mb-4 "
Expand Down

0 comments on commit 5e7fdd6

Please sign in to comment.