diff --git a/public/app.js b/public/app.js index f1f4885..a57f61b 100644 --- a/public/app.js +++ b/public/app.js @@ -6357,9 +6357,9 @@ document.addEventListener('DOMContentLoaded', () => { const output = document.getElementById('mindLabOutput'); if (output && output.dataset.raw) { navigator.clipboard.writeText(output.dataset.raw); - btnCopyMindLab.innerHTML = 'check Copiado!'; + btnCopyMindLab.innerHTML = '✅ Copiado!'; setTimeout(() => { - btnCopyMindLab.innerHTML = 'content_copy Copiar'; + btnCopyMindLab.innerHTML = '📋 Copiar'; }, 2000); } }); diff --git a/public/index.html b/public/index.html index 1959dc7..a4b020c 100644 --- a/public/index.html +++ b/public/index.html @@ -1012,8 +1012,8 @@
- - + +
diff --git a/public/sw.js b/public/sw.js index a997081..290395b 100644 --- a/public/sw.js +++ b/public/sw.js @@ -1,4 +1,4 @@ -const CACHE_NAME = 'camila-ai-v6'; +const CACHE_NAME = 'camila-ai-v7'; const urlsToCache = [ '/', '/index.html',