Skip to content

Commit

Permalink
fix: update test snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
ziqisia committed Nov 22, 2024
1 parent f148c84 commit d5231d1
Showing 1 changed file with 18 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1728,10 +1728,13 @@ exports[`grid demo test grid demo: index11.md renders correctly 1`] = `
<div
class="grid-demo-rows-item"
>
<img
<div
class="grid-demo-rows-item-icon"
src="[object Object]"
/>
>
<div
class="grid-demo-block"
/>
</div>
<div
class="grid-demo-rows-item-text"
>
Expand All @@ -1745,10 +1748,13 @@ exports[`grid demo test grid demo: index11.md renders correctly 1`] = `
<div
class="grid-demo-rows-item"
>
<img
<div
class="grid-demo-rows-item-icon"
src="[object Object]"
/>
>
<div
class="grid-demo-block"
/>
</div>
<div
class="grid-demo-rows-item-text"
>
Expand All @@ -1762,10 +1768,13 @@ exports[`grid demo test grid demo: index11.md renders correctly 1`] = `
<div
class="grid-demo-rows-item"
>
<img
<div
class="grid-demo-rows-item-icon"
src="[object Object]"
/>
>
<div
class="grid-demo-block"
/>
</div>
<div
class="grid-demo-rows-item-text"
>
Expand Down

0 comments on commit d5231d1

Please sign in to comment.