From fe842952a945cd7184470583ad619c476e5355f1 Mon Sep 17 00:00:00 2001
From: IO420 <320154041@pcpuma.acatlan.unam.mx>
Date: Thu, 4 Sep 2025 18:04:41 -0400
Subject: [PATCH] modification impression component and fixed barNavigation
---
app/Alta/page.tsx | 112 +++++++++---------
.../BarNavigation/BarNavigation.css | 6 +-
.../BarNavigation/BarNavigation.tsx | 27 +++--
app/Components/Impressions/impressions.tsx | 27 ++++-
app/Impresiones/page.tsx | 28 ++++-
app/globals.css | 3 +-
6 files changed, 124 insertions(+), 79 deletions(-)
diff --git a/app/Alta/page.tsx b/app/Alta/page.tsx
index 77cb778..2d6431f 100644
--- a/app/Alta/page.tsx
+++ b/app/Alta/page.tsx
@@ -1,10 +1,10 @@
'use client'
import { useState } from "react";
import "../globals.css";
-import StepNavigator from "../Components/StepNavigator/StepNavigator";
export default function Page() {
const [step, setStep] = useState(1);
+ const [major, setMajor] = useState("");
const handleNext = (e: any) => {
e.preventDefault();
@@ -20,67 +20,67 @@ export default function Page() {
ALTA
-