mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-21 11:49:59 +00:00
feat(editor): Update icons to Lucide icons (#16231)
Co-authored-by: Mutasem Aldmour <mutasem@n8n.io>
This commit is contained in:
@@ -53,7 +53,7 @@ function getExecutionLinkLabel(task: ITaskMetadata): string | undefined {
|
||||
target="_blank"
|
||||
@click.stop="trackOpeningRelatedExecution(taskMetadata, displayMode)"
|
||||
>
|
||||
<N8nIcon icon="external-link-alt" size="xsmall" />
|
||||
<N8nIcon icon="external-link" size="xsmall" />
|
||||
{{ getExecutionLinkLabel(taskMetadata) }}
|
||||
</a>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user