Skip to content

Commit

Permalink
Update toolbar.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
big-camel committed Jan 22, 2022
1 parent 80d3f2c commit a12d527
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/react/components/editor/toolbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit a12d527

Please sign in to comment.