Skip to content

Commit

Permalink
Update snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Plesnik committed May 16, 2024
1 parent 7457d88 commit d9fcb72
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/__snapshots__/Tile.test.tsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ exports[`Tile 1`] = `
Test Title
</h3>
<h4
className="relative w-full font-medium text-zinc-950 pb-6 text-sm opacity-50"
className="relative w-full font-medium text-zinc-950 pb-4 font-serif text-sm italic opacity-50"
>
Test Subtitle
</h4>
Expand All @@ -28,7 +28,7 @@ exports[`Tile with class name 1`] = `
Test Title
</h3>
<h4
className="relative w-full font-medium text-zinc-950 pb-6 text-sm opacity-50"
className="relative w-full font-medium text-zinc-950 pb-4 font-serif text-sm italic opacity-50"
>
Test Subtitle
</h4>
Expand Down

0 comments on commit d9fcb72

Please sign in to comment.