diff --git a/nodes/core/core/58-debug.html b/nodes/core/core/58-debug.html index 95b55d7f5..dc011ebda 100644 --- a/nodes/core/core/58-debug.html +++ b/nodes/core/core/58-debug.html @@ -156,7 +156,7 @@ toolbar: uiComponents.footer, enableOnEdit: true, pinned: true, - iconClass: "fa fa-wrench" + iconClass: "fa fa-list-alt" }); RED.actions.add("core:show-debug-tab",function() { RED.sidebar.show('debug'); });