Skip to content

Commit

Permalink
CHE-53 Updated snapshot for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
brok3turtl3 committed Apr 3, 2024
1 parent d16374a commit ca1e375
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ exports[`MainPage Component renders correctly 1`] = `
onClick={[Function]}
>
<div
className="min-h-screen bg-gray-100 flex flex-col items-center justify-center"
className="bg-gray-100 flex flex-col items-center justify-center p-4 rounded-lg shadow-lg"
>
<h1
className="text-4xl font-extrabold mb-4"
Expand All @@ -32,7 +32,7 @@ exports[`MainPage Component renders correctly 1`] = `
onClick={[Function]}
>
<div
className="min-h-screen bg-gray-100 flex flex-col items-center justify-center"
className="bg-gray-100 flex flex-col items-center justify-center p-4 rounded-lg shadow-lg"
>
<h1
className="text-4xl font-extrabold mb-4"
Expand Down

0 comments on commit ca1e375

Please sign in to comment.