feat: update header in AlumnoId component to reflect student information
This commit is contained in:
parent
9da79ac36c
commit
1933f42d26
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue