diff --git a/frontend/src/components/CardEditor.jsx b/frontend/src/components/CardEditor.jsx index a8fdcf7..f197cf9 100644 --- a/frontend/src/components/CardEditor.jsx +++ b/frontend/src/components/CardEditor.jsx @@ -5,7 +5,7 @@ export default function CardEditor({ index, level, handleLevelChange, handleRemo error ? 'border-red-400 shadow-red-100' : 'border-slate-200' }`}> {/* Botón para eliminar */} - {totalLevels > 2 && ( + {totalLevels > 3 && (