diff options
Diffstat (limited to 'view/tpl')
-rw-r--r-- | view/tpl/pdledit_gui_item.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/pdledit_gui_item.tpl b/view/tpl/pdledit_gui_item.tpl index 1a3de7e15..6a8d20271 100644 --- a/view/tpl/pdledit_gui_item.tpl +++ b/view/tpl/pdledit_gui_item.tpl @@ -12,7 +12,7 @@ {{if $entry.type !== 'content'}} <button type="button" class="btn btn-sm btn-outline-primary pdledit_gui_item_src{{if $disable_controls}} disabled{{/if}}">Edit</button> <button type="button" class="btn btn-sm btn-outline-danger pdledit_gui_item_remove{{if $disable_controls}} disabled{{/if}}">Remove</button> - <i class="bi fa-arrows-alt m-2 float-end cursor-pointer pdledit_gui_item_handle"></i> + <i class="bi bi-arrows-move m-2 float-end cursor-pointer pdledit_gui_item_handle"></i> {{/if}} </div> </div> |