use new destroy icon in contextual menu

pull/1/head
David Benqué 2020-07-03 16:15:20 +01:00
parent b0eebf1071
commit 356a5ffecb
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@ define([
var faColor = 'cptools-palette';
var faTrash = 'fa-trash';
var faCopy = 'fa-clone';
var faDelete = 'fa-eraser';
var faDelete = 'cptools-destroy';
var faAccess = 'fa-unlock-alt';
var faProperties = 'fa-info-circle';
var faTags = 'fa-hashtag';