Skip to content

Commit

Permalink
test: update snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
Pet3r1512 committed Dec 13, 2024
1 parent a3945f2 commit 5d2628c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ exports[`Render Header > Should render Header after loading 1`] = `
class="size-6 invisible"
/>
<div
class="lg:flex items-center gap-x-5 hidden text-black"
class="lg:flex items-center gap-x-5 hidden dark:text-white text-black"
>
<a
class="text-lg flex"
Expand Down Expand Up @@ -202,7 +202,7 @@ exports[`Render Header > Should render a skeleton 1`] = `
class="size-6 invisible"
/>
<div
class="lg:flex items-center gap-x-5 hidden text-black"
class="lg:flex items-center gap-x-5 hidden dark:text-white text-black"
>
<a
class="text-lg flex"
Expand Down

0 comments on commit 5d2628c

Please sign in to comment.