Skip to content

Commit aeda26e

Browse files
committed
refactor: replace no dependency icon
1 parent 407080d commit aeda26e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

app/components/Compare/PackageSelector.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ function handleFocus() {
199199
<!-- No dependency display -->
200200
<template v-if="pkg === NO_DEPENDENCY_ID">
201201
<span class="text-sm text-accent italic flex items-center gap-1.5">
202-
<span class="i-carbon:clean w-3.5 h-3.5" aria-hidden="true" />
202+
<span class="i-lucide:leaf w-3.5 h-3.5" aria-hidden="true" />
203203
{{ $t('compare.no_dependency.label') }}
204204
</span>
205205
</template>
@@ -273,7 +273,7 @@ function handleFocus() {
273273
@click="addPackage(NO_DEPENDENCY_ID)"
274274
>
275275
<span class="text-sm text-accent italic flex items-center gap-2">
276-
<span class="i-carbon:clean w-4 h-4" aria-hidden="true" />
276+
<span class="i-lucide:leaf w-4 h-4" aria-hidden="true" />
277277
{{ $t('compare.no_dependency.typeahead_title') }}
278278
</span>
279279
<span class="text-xs text-fg-muted truncate mt-0.5">

0 commit comments

Comments
 (0)