Skip to content

Commit 7b61c99

Browse files
committed
replace compare icon
1 parent 45fee3a commit 7b61c99

3 files changed

Lines changed: 6 additions & 3 deletions

File tree

app/components/AppHeader.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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',

app/pages/compare.vue

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff 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>

app/pages/package/[[org]]/[name].vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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>

0 commit comments

Comments
 (0)