Skip to content

Commit 425c841

Browse files
committed
refactor: replace filter icon
1 parent aeda26e commit 425c841

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/components/Filter/Panel.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ const hasActiveFilters = computed(() => !!filterSummary.value)
193193
@click="isExpanded = !isExpanded"
194194
>
195195
<span class="flex items-center gap-2 text-sm font-mono text-fg shrink-0">
196-
<span class="i-carbon:filter w-4 h-4" aria-hidden="true" />
196+
<span class="i-lucide:funnel w-4 h-4" aria-hidden="true" />
197197
{{ $t('filters.title') }}
198198
</span>
199199
<span v-if="!isExpanded && hasActiveFilters" class="text-xs font-mono text-fg-muted truncate">

0 commit comments

Comments
 (0)