Skip to content

Commit

Permalink
EZP-31222: changed icon delete draft (#1370)
Browse files Browse the repository at this point in the history
  • Loading branch information
Michał Grabowski committed May 13, 2020
1 parent 11f7b40 commit 4ee3613
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/Menu/ContentEditRightSidebarBuilder.php
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ public function createStructure(array $options): ItemInterface
? $deleteAttributes
: array_merge($deleteAttributes, self::BTN_DISABLED_ATTR),
'extras' => [
'icon' => 'circle-close',
'icon' => 'trash-empty',
'orderNumber' => 70,
],
]
Expand Down

0 comments on commit 4ee3613

Please sign in to comment.