File tree 1 file changed +26
-23
lines changed
packages/volto/src/components/manage/Contents/__snapshots__
1 file changed +26
-23
lines changed Original file line number Diff line number Diff line change @@ -79,31 +79,34 @@ exports[`ContentsItem renders a contents item component 1`] = `
79
79
<div
80
80
className = " expire-align"
81
81
>
82
- <svg
83
- className = " icon icon-margin"
84
- dangerouslySetInnerHTML = {
85
- Object {
86
- " __html" : " <title>Pagina</title>undefined" ,
82
+ <div
83
+ className = " preview-image-container"
84
+ >
85
+ <svg
86
+ className = " icon icon-margin"
87
+ dangerouslySetInnerHTML = {
88
+ Object {
89
+ " __html" : " <title>Pagina</title>undefined" ,
90
+ }
87
91
}
88
- }
89
- onClick = { null }
90
- style = {
91
- Object {
92
- " fill " : " #878f93 " ,
93
- " height " : " 20px " ,
94
- " width " : " auto " ,
92
+ onClick = { null }
93
+ style = {
94
+ Object {
95
+ " fill " : " #878f93 " ,
96
+ " height " : " 20px " ,
97
+ " width " : " auto " ,
98
+ }
95
99
}
96
- }
97
- viewBox = " "
98
- xmlns = " "
99
- />
100
-
101
- <span
102
- title = " Blog"
103
- >
104
-
105
- Blog
106
- </span >
100
+ viewBox = " "
101
+ xmlns = " "
102
+ />
103
+ <span
104
+ title = " Blog"
105
+ >
106
+
107
+ Blog
108
+ </span >
109
+ </div >
107
110
</div >
108
111
</a >
109
112
</td >
You can’t perform that action at this time.
0 commit comments