File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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" >
You can’t perform that action at this time.
0 commit comments