Display: Convert MDI attachment add action icon from file-plus to paperclip-plus

pull/5012/head
Yannick Warnier 12 months ago
parent 95638c6361
commit 1ce755f3ba
  1. 2
      src/CoreBundle/Component/Utils/ActionIcon.php

@ -97,7 +97,7 @@ enum ActionIcon: string
// Send a message
case MESSAGE_SEND = 'send';
// Add an attachment
case ATTACHMENT_ADD = 'file-plus';
case ATTACHMENT_ADD = 'paperclip-plus';
// ?
//case CLOUD_UPLOAD = 'cloud-upload';
// Three vertical dots to indicate the possibility to extend a menu/set of options

Loading…
Cancel
Save