Skip to content

Commit 744fb2b

Browse files
authored
Update fast-search-card.js
1 parent ff9fc65 commit 744fb2b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

dist/fast-search-card.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11922,19 +11922,19 @@ class FastSearchCard extends HTMLElement {
1192211922

1192311923
<div class="actions-filter-chips">
1192411924
<button class="action-filter-chip active" data-action-filter="all">
11925-
Alle <span class="chip-count" id="actions-all-count">0</span>
11925+
<span>Alle</span><span class="chip-count" id="actions-all-count">0</span>
1192611926
</button>
1192711927
<button class="action-filter-chip" data-action-filter="favorites" style="display: none;">
11928-
Favoriten <span class="chip-count" id="actions-favorites-count">0</span>
11928+
<span>Favoriten</span><span class="chip-count" id="actions-favorites-count">0</span>
1192911929
</button>
1193011930
<button class="action-filter-chip" data-action-filter="scenes">
11931-
Szenen <span class="chip-count" id="actions-scenes-count">0</span>
11931+
<span>Szenen</span><span class="chip-count" id="actions-scenes-count">0</span>
1193211932
</button>
1193311933
<button class="action-filter-chip" data-action-filter="scripts">
11934-
Skripte <span class="chip-count" id="actions-scripts-count">0</span>
11934+
<span>Skripte</span><span class="chip-count" id="actions-scripts-count">0</span>
1193511935
</button>
1193611936
<button class="action-filter-chip" data-action-filter="automations">
11937-
Automationen <span class="chip-count" id="actions-automations-count">0</span>
11937+
<span>Automationen</span><span class="chip-count" id="actions-automations-count">0</span>
1193811938
</button>
1193911939
</div>
1194011940

0 commit comments

Comments
 (0)