Skip to content

Commit

Permalink
Merge pull request #168 from awell-health/form-section-fix
Browse files Browse the repository at this point in the history
Fix failing snapshot
  • Loading branch information
skrobek authored Jan 2, 2025
2 parents ac976fb + 79e17f1 commit b6eec83
Showing 1 changed file with 8 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,15 @@ exports[`FormSection > match snapshot 1`] = `
<div
class="py-6 flex flex-col gap-2"
>
<h5
class="text-lg font-medium leading-5 text-neutral-dark-800"
<div
class="flex flex-col gap-1"
>
Test Title
</h5>
<h5
class="text-lg font-medium leading-5 text-neutral-dark-800"
>
Test Title
</h5>
</div>
<div
class="mt-2"
>
Expand Down

0 comments on commit b6eec83

Please sign in to comment.