Skip to content

Commit 2c5923c

Browse files
authored
Update fast-search-card.js
1 parent 1fc7286 commit 2c5923c

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

dist/fast-search-card.js

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9557,13 +9557,16 @@ class FastSearchCard extends HTMLElement {
95579557
<span class="timer-time">${timeUntil}</span>
95589558
</div>
95599559
</div>
9560-
9560+
95619561
<button class="timer-delete" data-timer-id="${timer.schedule_id}" title="Timer löschen">
9562-
<svg xmlns="http://www.w3.org/2000/svg" width="16px" height="16px" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1" stroke-linecap="round" stroke-linejoin="round" color="currentColor">
9563-
<path d="M20 9L18.005 20.3463C17.8369 21.3026 17.0062 22 16.0353 22H7.96474C6.99379 22 6.1631 21.3026 5.99496 20.3463L4 9"/>
9564-
<path d="M21 6H15.375M3 6H8.625M8.625 6V4C8.625 2.89543 9.52043 2 10.625 2H13.375C14.4796 2 15.375 2.89543 15.375 4V6H8.625"/>
9562+
<svg xmlns="http://www.w3.org/2000/svg" width="16px" height="16px" viewBox="0 0 16 16" fill="none" stroke="currentColor" stroke-width="1" stroke-linecap="round" stroke-linejoin="round" color="currentColor">
9563+
<g transform="matrix(0.570899, 0, 0, 0.570899, 1.149212, 1.149212)">
9564+
<path d="M20 9L18.005 20.3463C17.8369 21.3026 17.0062 22 16.0353 22H7.96474C6.99379 22 6.1631 21.3026 5.99496 20.3463L4 9"/>
9565+
<path d="M21 6H15.375M3 6H8.625M8.625 6V4C8.625 2.89543 9.52043 2 10.625 2H13.375C14.4796 2 15.375 2.89543 15.375 4V6H8.625"/>
9566+
</g>
95659567
</svg>
95669568
</button>
9569+
95679570
</div>
95689571
`;
95699572
}).join('');

0 commit comments

Comments
 (0)