mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-22 04:10:01 +00:00
feat(editor): Update icons to Lucide icons (#16231)
Co-authored-by: Mutasem Aldmour <mutasem@n8n.io>
This commit is contained in:
@@ -117,7 +117,7 @@ watch(() => props.runIndex, selectFirst, { immediate: true });
|
||||
:class="$style.treeToggle"
|
||||
@click="toggleTreeItem(currentNode)"
|
||||
>
|
||||
<font-awesome-icon :icon="currentNode.expanded ? 'angle-down' : 'angle-right'" />
|
||||
<n8n-icon :icon="currentNode.expanded ? 'chevron-down' : 'chevron-right'" />
|
||||
</button>
|
||||
<n8n-tooltip :disabled="!slim" placement="right">
|
||||
<template #content>
|
||||
|
||||
Reference in New Issue
Block a user