Update toolbar.tsx
This commit is contained in:
parent
80d3f2ca34
commit
a12d527879
|
@ -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',
|
||||
|
|
Loading…
Reference in New Issue