Skip to content

Commit e5a9eb7

Browse files
authored
Update fast-search-card.js
1 parent 80ae808 commit e5a9eb7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dist/fast-search-card.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7226,6 +7226,7 @@ class FastSearchCard extends HTMLElement {
72267226
// 🌟 STARS-SEKTION (nur wenn Stars vorhanden)
72277227
if (starredItems.length > 0) {
72287228
const starHeader = document.createElement('div');
7229+
starHeader.className = 'area-header stars-header';
72297230
starHeader.innerHTML = `
72307231
<span class="area-name">Favoriten</span>
72317232
<span class="area-count">(${starredItems.length})</span>

0 commit comments

Comments
 (0)