feat: update header in AlumnoId component to reflect student information

This commit is contained in:
SirRobert-1 2025-06-14 20:49:18 -06:00
parent 9da79ac36c
commit 1933f42d26
1 changed files with 3 additions and 1 deletions

View File

@ -72,7 +72,9 @@ export default function AlumnoId() {
alt="Encabezado"
className="w-full h-32 object-cover mb-6"
/>
<h1 className="text-2xl font-bold mb-4">Diploma de {alumno.nombre}</h1>
<h1 className="text-2xl font-bold mb-4">
Información de {alumno.nombre}
</h1>
<p>
<b>Nombre:</b> {alumno.nombre}
</p>