refactor: cambios mínimos

This commit is contained in:
Alexis
2026-04-09 10:50:43 +02:00
parent 5fbf08cdc1
commit 03e3b69ae3
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -261,7 +261,7 @@ export default function DocEditor() {
isLoading ? 'bg-slate-400 text-slate-100 cursor-not-allowed' : 'bg-blue-600 text-white hover:bg-blue-700' isLoading ? 'bg-slate-400 text-slate-100 cursor-not-allowed' : 'bg-blue-600 text-white hover:bg-blue-700'
}`} }`}
> >
{isLoading ? 'Guardando...' : 'Finalizar y Guardar'} {isLoading ? 'Guardando...' : 'Guardar'}
</button> </button>
</div> </div>
)} )}
+1 -1
View File
@@ -71,7 +71,7 @@ export default function History() {
<div className="bg-white p-12 rounded-3xl shadow-sm border border-slate-200 flex flex-col items-center justify-center text-slate-400 border-dashed"> <div className="bg-white p-12 rounded-3xl shadow-sm border border-slate-200 flex flex-col items-center justify-center text-slate-400 border-dashed">
<span className="text-6xl mb-4">📭</span> <span className="text-6xl mb-4">📭</span>
<p className="font-medium text-lg">Aún no has guardado ningún modelo.</p> <p className="font-medium text-lg">Aún no has guardado ningún modelo.</p>
<p className="text-sm mt-2">Ve al editor, crea una gráfica y dale a "Finalizar y Guardar".</p> <p className="text-sm mt-2">Ve al editor, crea una gráfica y dale a "Guardar".</p>
</div> </div>
) : ( ) : (
<div className="flex flex-col gap-6"> <div className="flex flex-col gap-6">