);
}
\ No newline at end of file
diff --git a/frontend/src/components/editor/Step1BaseScale.jsx b/frontend/src/components/editor/Step1BaseScale.jsx
index 115b450..2ee5755 100644
--- a/frontend/src/components/editor/Step1BaseScale.jsx
+++ b/frontend/src/components/editor/Step1BaseScale.jsx
@@ -59,30 +59,48 @@ export default function Step1BaseScale({
-
+
{levels.map((level, index) => (
-
+
+ {/* CARTA DE NIVEL */}
+
3} />
+
+ {/* HUECO ENTRE CARTAS Y CONTADOR */}
{index < levels.length - 1 && (
-
+
+
+
+
+
+
+
)}
))}
-
-
+
+ {/* LÍNEA HACIA EL BOTÓN DE AÑADIR */}
+
+
-
+
+ {/* BOTÓN AÑADIR NIVEL */}
+
+
+
+
-
+ {/* Generar Gráfica Continua */}
+
diff --git a/frontend/src/components/editor/Step2FuzzyModeling.jsx b/frontend/src/components/editor/Step2FuzzyModeling.jsx
index dcc3d18..2369c54 100644
--- a/frontend/src/components/editor/Step2FuzzyModeling.jsx
+++ b/frontend/src/components/editor/Step2FuzzyModeling.jsx
@@ -79,7 +79,7 @@ export default function Step2FuzzyModeling({