File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ const desktopLinks = computed<NavigationConfig>(() => [
2222 keyshortcut: ' c' ,
2323 type: ' link' ,
2424 external: false ,
25- iconClass: ' i-carbon: compare' ,
25+ iconClass: ' i-lucide:git- compare' ,
2626 },
2727 {
2828 name: ' Settings' ,
Original file line number Diff line number Diff line change @@ -257,7 +257,10 @@ useSeoMeta({
257257 v-else
258258 class =" text-center px-1.5 py-16 border border-dashed border-border-hover rounded-lg"
259259 >
260- <div class =" i-carbon:compare w-12 h-12 text-fg-subtle mx-auto mb-4" aria-hidden =" true" />
260+ <div
261+ class =" i-lucide:git-compare w-12 h-12 text-fg-subtle mx-auto mb-4"
262+ aria-hidden =" true"
263+ />
261264 <h2 class =" font-mono text-lg text-fg-muted mb-2" >
262265 {{ $t('compare.packages.empty_title') }}
263266 </h2 >
Original file line number Diff line number Diff line change @@ -777,7 +777,7 @@ const showSkeleton = shallowRef(false)
777777 variant =" button-secondary"
778778 :to =" { name: 'compare', query: { packages: pkg.name } }"
779779 aria-keyshortcuts =" c"
780- classicon =" i-carbon: compare"
780+ classicon =" i-lucide:git- compare"
781781 >
782782 {{ $t('package.links.compare') }}
783783 </LinkBase >
You can’t perform that action at this time.
0 commit comments