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`] = `
371371 <li ><span ><i class = " anticon anticon-like-o" style = " margin-right: 8px;" ></i >
372372 156
373373 </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 >
375375 2
376376 </span ></li >
377377 </ul >
@@ -403,7 +403,7 @@ exports[`renders ./components/list/demo/vertical.md correctly 1`] = `
403403 <li ><span ><i class = " anticon anticon-like-o" style = " margin-right: 8px;" ></i >
404404 156
405405 </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 >
407407 2
408408 </span ></li >
409409 </ul >
@@ -435,7 +435,7 @@ exports[`renders ./components/list/demo/vertical.md correctly 1`] = `
435435 <li ><span ><i class = " anticon anticon-like-o" style = " margin-right: 8px;" ></i >
436436 156
437437 </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 >
439439 2
440440 </span ></li >
441441 </ul >
Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ export default {
6161 actions: [
6262 { type: ' star-o' , text: ' 156' },
6363 { type: ' like-o' , text: ' 156' },
64- { type: ' message-o ' , text: ' 2' },
64+ { type: ' message' , text: ' 2' },
6565 ],
6666 }
6767 },
You can’t perform that action at this time.
0 commit comments