File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ function getReplacementTooltip(col: ComparisonGridColumn): string {
5050 </LinkBase >
5151 <TooltipApp v-if =" col.replacement" :text =" getReplacementTooltip(col)" position =" bottom" >
5252 <span
53- class =" i-carbon:idea w-3.5 h-3.5 text-amber-500 shrink-0 cursor-help"
53+ class =" i-lucide:lightbulb w-3.5 h-3.5 text-amber-500 shrink-0 cursor-help"
5454 role =" img"
5555 :aria-label =" $t('package.replacement.title')"
5656 />
@@ -69,7 +69,7 @@ function getReplacementTooltip(col: ComparisonGridColumn): string {
6969 {{ $t('compare.no_dependency.label') }}
7070 <TooltipApp interactive position =" bottom" >
7171 <span
72- class =" i-carbon:idea w-3.5 h-3.5 text-amber-500 shrink-0 cursor-help"
72+ class =" i-lucide:lightbulb w-3.5 h-3.5 text-amber-500 shrink-0 cursor-help"
7373 role =" img"
7474 :aria-label =" $t('compare.no_dependency.tooltip_title')"
7575 />
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ const docUrl = computed(() => {
3131 >
3232 <span
3333 class =" w-4 h-4 flex-shrink-0 mt-0.5"
34- :class =" variant === 'nodep' ? 'i-carbon:idea ' : 'i-carbon:information'"
34+ :class =" variant === 'nodep' ? 'i-lucide:lightbulb ' : 'i-carbon:information'"
3535 />
3636 <div class =" min-w-0 flex-1" >
3737 <p class =" font-medium" >{{ packageName }}: {{ $t('package.replacement.title') }}</p >
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ const docPath = computed(() => {
2121 class =" border border-amber-600/40 bg-amber-500/10 rounded-lg px-3 py-2 text-base text-amber-800 dark:text-amber-400"
2222 >
2323 <h2 class =" font-medium mb-1 flex items-center gap-2" >
24- <span class =" i-carbon:idea w-4 h-4" aria-hidden =" true" />
24+ <span class =" i-lucide:lightbulb w-4 h-4" aria-hidden =" true" />
2525 {{ $t('package.replacement.title') }}
2626 </h2 >
2727 <p class =" text-sm m-0" >
You can’t perform that action at this time.
0 commit comments