Skip to content

Commit

Permalink
change labels
Browse files Browse the repository at this point in the history
  • Loading branch information
neSpecc committed Nov 29, 2022
1 parent ca5b11c commit 972d159
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -87,17 +87,17 @@ export default class SimpleImage {
this.tunes = [
{
name: 'withBorder',
label: 'With border',
label: 'Add Border',
icon: IconAddBorder,
},
{
name: 'stretched',
label: 'Stretch image',
label: 'Stretch Image',
icon: IconStretch,
},
{
name: 'withBackground',
label: 'With background',
label: 'Add Background',
icon: IconAddBackground,
},
];
Expand Down

0 comments on commit 972d159

Please sign in to comment.