Update toolbar.tsx

This commit is contained in:
yanmao 2022-01-22 20:19:15 +08:00
parent 80d3f2ca34
commit a12d527879
1 changed files with 2 additions and 2 deletions

View File

@ -61,12 +61,12 @@ const defaultItems: ToolbarItemProps = isMobile
{
type: 'button',
name: 'orderedlist',
icon: 'orderedlist',
icon: 'ordered-list',
},
{
type: 'button',
name: 'unorderedlist',
icon: 'unorderedlist',
icon: 'unordered-list',
},
{
type: 'button',