Skip to content

Commit

Permalink
Update test snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Plesnik committed Jun 21, 2024
1 parent 52c802d commit 690722f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions src/components/__snapshots__/Link.test.tsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ exports[`Link with href 1`] = `
onMouseLeave={[Function]}
>
<a
className="bg-gradient-to-r from-fuchsia-500 to-indigo-400 bg-clip-text text-transparent hover:to-fuchsia-700 print:bg-transparent print:text-gray-700"
className=" hover:text-fuchsia-700 print:text-gray-700"
href="url/"
target="_blank"
>
Expand All @@ -23,7 +23,7 @@ exports[`Link with href and custom target 1`] = `
onMouseLeave={[Function]}
>
<a
className="bg-gradient-to-r from-fuchsia-500 to-indigo-400 bg-clip-text text-transparent hover:to-fuchsia-700 print:bg-transparent print:text-gray-700"
className=" hover:text-fuchsia-700 print:text-gray-700"
href="url/"
target="_self"
>
Expand Down Expand Up @@ -102,7 +102,7 @@ exports[`Link with href, custom target and icon 1`] = `
</svg>
</div>
<a
className="bg-gradient-to-r from-fuchsia-500 to-indigo-400 bg-clip-text text-transparent hover:to-fuchsia-700 print:bg-transparent print:text-gray-700"
className=" hover:text-fuchsia-700 print:text-gray-700"
href="url/"
target="_self"
>
Expand Down
8 changes: 4 additions & 4 deletions src/components/__snapshots__/Tile.test.tsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ exports[`Tile 1`] = `
className=""
>
<h3
className="relative w-full font-medium text-zinc-950 pb-4 text-xl opacity-90"
className="relative w-full text-zinc-950 pb-4 text-lg opacity-90"
>
Test Title
</h3>
<h4
className="relative w-full font-medium text-zinc-950 pb-4 font-serif text-sm italic opacity-50"
className="relative w-full text-zinc-950 pb-4 text-sm opacity-50"
>
Test Subtitle
</h4>
Expand All @@ -23,12 +23,12 @@ exports[`Tile with class name 1`] = `
className=" test-class"
>
<h3
className="relative w-full font-medium text-zinc-950 pb-4 text-xl opacity-90"
className="relative w-full text-zinc-950 pb-4 text-lg opacity-90"
>
Test Title
</h3>
<h4
className="relative w-full font-medium text-zinc-950 pb-4 font-serif text-sm italic opacity-50"
className="relative w-full text-zinc-950 pb-4 text-sm opacity-50"
>
Test Subtitle
</h4>
Expand Down

0 comments on commit 690722f

Please sign in to comment.