Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
iRohitSingh committed Dec 19, 2024
1 parent f54d5d5 commit 47dc5db
Showing 1 changed file with 26 additions and 23 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -79,31 +79,34 @@ exports[`ContentsItem renders a contents item component 1`] = `
<div
className="expire-align"
>
<svg
className="icon icon-margin"
dangerouslySetInnerHTML={
Object {
"__html": "<title>Pagina</title>undefined",
<div
className="preview-image-container"
>
<svg
className="icon icon-margin"
dangerouslySetInnerHTML={
Object {
"__html": "<title>Pagina</title>undefined",
}
}
}
onClick={null}
style={
Object {
"fill": "#878f93",
"height": "20px",
"width": "auto",
onClick={null}
style={
Object {
"fill": "#878f93",
"height": "20px",
"width": "auto",
}
}
}
viewBox=""
xmlns=""
/>
<span
title="Blog"
>
Blog
</span>
viewBox=""
xmlns=""
/>
<span
title="Blog"
>
Blog
</span>
</div>
</div>
</a>
</td>
Expand Down

0 comments on commit 47dc5db

Please sign in to comment.