Skip to content

Commit

Permalink
swap icons
Browse files Browse the repository at this point in the history
  • Loading branch information
CharlieKolb committed Oct 18, 2024
1 parent e58ec0a commit f6a6808
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/editor-ui/src/components/RunInfo.vue
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ const runMetadata = computed(() => {
></span>
</n8n-info-tip>
<div v-else-if="runMetadata" :class="$style.tooltipRow">
<n8n-info-tip type="note" :theme="theme" :data-test-id="`node-run-status-${theme}`" />
<n8n-info-tip
type="tooltip"
theme="info"
Expand All @@ -75,7 +76,6 @@ const runMetadata = computed(() => {
{{ runMetadata.executionTime }} {{ i18n.baseText('runData.ms') }}
</div>
</n8n-info-tip>
<n8n-info-tip type="note" :theme="theme" :data-test-id="`node-run-status-${theme}`" />
</div>
</template>

Expand Down

0 comments on commit f6a6808

Please sign in to comment.