Skip to content

Commit

Permalink
Update snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
TylerJDev committed Jun 3, 2024
1 parent bf80db3 commit 73ebf06
Show file tree
Hide file tree
Showing 3 changed files with 2,133 additions and 1,608 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -356,30 +356,39 @@ exports[`snapshots renders a loading state 1`] = `
className="c1"
display="flex"
>
<svg
className="c2"
fill="none"
height="32px"
viewBox="0 0 16 16"
width="32px"
<div
className=""
>
<circle
cx="8"
cy="8"
r="7"
stroke="currentColor"
strokeOpacity="0.25"
strokeWidth="2"
vectorEffect="non-scaling-stroke"
/>
<path
d="M15 8a7.002 7.002 0 00-7-7"
stroke="currentColor"
strokeLinecap="round"
strokeWidth="2"
vectorEffect="non-scaling-stroke"
/>
</svg>
<svg
className="c2"
fill="none"
height="32px"
viewBox="0 0 16 16"
width="32px"
>
<circle
cx="8"
cy="8"
r="7"
stroke="currentColor"
strokeOpacity="0.25"
strokeWidth="2"
vectorEffect="non-scaling-stroke"
/>
<path
d="M15 8a7.002 7.002 0 00-7-7"
stroke="currentColor"
strokeLinecap="round"
strokeWidth="2"
vectorEffect="non-scaling-stroke"
/>
</svg>
<span
className="c0"
>
Loading
</span>
</div>
</div>
</span>,
]
Expand Down
Loading

0 comments on commit 73ebf06

Please sign in to comment.