Skip to content

Commit e1eec0c

Browse files
Update index.html
1 parent c6cfd3d commit e1eec0c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -577,8 +577,8 @@ <h2>Reporte</h2>
577577
document.documentElement.setAttribute("data-theme", theme);
578578

579579
const isLight = theme === "light";
580-
themeLabel.textContent = isLight ? "☀️ Claro" : "🌙 Oscuro";
581-
toggleBtn.textContent = isLight ? "☀️ Claro" : "🌙 Oscuro";
580+
themeLabel.textContent = isLight ? "☀️" : "🌙";
581+
toggleBtn.textContent = isLight ? "☀️" : "🌙";
582582

583583
// Guardamos la preferencia
584584
localStorage.setItem(THEME_KEY, theme);

0 commit comments

Comments
 (0)