File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -371,7 +371,7 @@ exports[`renders ./components/list/demo/vertical.md correctly 1`] = `
371
371
<li ><span ><i class = " anticon anticon-like-o" style = " margin-right: 8px;" ></i >
372
372
156
373
373
</span ><em class = " ant-list-item-action-split" ></em ></li >
374
- <li ><span ><i class = " anticon anticon-message-o " style = " margin-right: 8px;" ></i >
374
+ <li ><span ><i class = " anticon anticon-message" style = " margin-right: 8px;" ></i >
375
375
2
376
376
</span ></li >
377
377
</ul >
@@ -403,7 +403,7 @@ exports[`renders ./components/list/demo/vertical.md correctly 1`] = `
403
403
<li ><span ><i class = " anticon anticon-like-o" style = " margin-right: 8px;" ></i >
404
404
156
405
405
</span ><em class = " ant-list-item-action-split" ></em ></li >
406
- <li ><span ><i class = " anticon anticon-message-o " style = " margin-right: 8px;" ></i >
406
+ <li ><span ><i class = " anticon anticon-message" style = " margin-right: 8px;" ></i >
407
407
2
408
408
</span ></li >
409
409
</ul >
@@ -435,7 +435,7 @@ exports[`renders ./components/list/demo/vertical.md correctly 1`] = `
435
435
<li ><span ><i class = " anticon anticon-like-o" style = " margin-right: 8px;" ></i >
436
436
156
437
437
</span ><em class = " ant-list-item-action-split" ></em ></li >
438
- <li ><span ><i class = " anticon anticon-message-o " style = " margin-right: 8px;" ></i >
438
+ <li ><span ><i class = " anticon anticon-message" style = " margin-right: 8px;" ></i >
439
439
2
440
440
</span ></li >
441
441
</ul >
Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ export default {
61
61
actions: [
62
62
{ type: ' star-o' , text: ' 156' },
63
63
{ type: ' like-o' , text: ' 156' },
64
- { type: ' message-o ' , text: ' 2' },
64
+ { type: ' message' , text: ' 2' },
65
65
],
66
66
}
67
67
},
You can’t perform that action at this time.
0 commit comments