Skip to content

Commit 8e0e09b

Browse files
committed
replace settings icon
1 parent 7b61c99 commit 8e0e09b

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

app/components/AppHeader.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ const desktopLinks = computed<NavigationConfig>(() => [
3131
keyshortcut: ',',
3232
type: 'link',
3333
external: false,
34-
iconClass: 'i-carbon:settings',
34+
iconClass: 'i-lucide:settings',
3535
},
3636
])
3737

app/components/SearchProviderToggle.client.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ useEventListener('keydown', event => {
3030
aria-haspopup="true"
3131
size="small"
3232
class="border-none w-8 h-8 !px-0 justify-center"
33-
classicon="i-carbon:settings"
33+
classicon="i-lucide:settings"
3434
@click="isOpen = !isOpen"
3535
/>
3636

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<template>
22
<div class="relative">
33
<div class="flex items-center justify-center w-8 h-8 rounded-md text-fg-subtle">
4-
<span class="i-carbon:settings w-4 h-4" aria-hidden="true" />
4+
<span class="i-lucide:settings w-4 h-4" aria-hidden="true" />
55
</div>
66
</div>
77
</template>

0 commit comments

Comments
 (0)