1
0

Fix typo in renderer.js

This commit is contained in:
2025-05-26 21:25:58 +02:00
parent 7f3be380d0
commit 3e8d1ef293

View File

@@ -694,7 +694,7 @@ async function startLiveCountdown(folderObj, msLeft) {
contentList.querySelectorAll('.diff-container').forEach(container => {
const btn = container.querySelector('.copy-diff-btn');
const pre = container.querySelector('pre');
const originalSVG = btn.innerHTML;
const originalSVG = btn.innerHTML;
const checkSVG = `
<svg xmlns="http://www.w3.org/2000/svg"
class="h-4 w-4 text-green-600"