We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aeda26e commit 425c841Copy full SHA for 425c841
1 file changed
app/components/Filter/Panel.vue
@@ -193,7 +193,7 @@ const hasActiveFilters = computed(() => !!filterSummary.value)
193
@click="isExpanded = !isExpanded"
194
>
195
<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" />
+ <span class="i-lucide:funnel w-4 h-4" aria-hidden="true" />
197
{{ $t('filters.title') }}
198
</span>
199
<span v-if="!isExpanded && hasActiveFilters" class="text-xs font-mono text-fg-muted truncate">
0 commit comments