mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-19 11:01:15 +00:00
feat(editor): Update icons to Lucide icons (#16231)
Co-authored-by: Mutasem Aldmour <mutasem@n8n.io>
This commit is contained in:
@@ -40,13 +40,13 @@ const onDragStart = () => {
|
||||
v-if="canMoveLeft"
|
||||
:class="{ [$style.leftArrow]: true, [$style.visible]: isDragging }"
|
||||
>
|
||||
<font-awesome-icon icon="arrow-left" />
|
||||
<n8n-icon icon="arrow-left" />
|
||||
</span>
|
||||
<span
|
||||
v-if="canMoveRight"
|
||||
:class="{ [$style.rightArrow]: true, [$style.visible]: isDragging }"
|
||||
>
|
||||
<font-awesome-icon icon="arrow-right" />
|
||||
<n8n-icon icon="arrow-right" />
|
||||
</span>
|
||||
<div :class="$style.grid">
|
||||
<div>
|
||||
|
||||
Reference in New Issue
Block a user