fixed style and name image

This commit is contained in:
IO
2024-08-13 22:08:29 -06:00
parent f6878085ee
commit f8650adc93
2 changed files with 2 additions and 1 deletions
@@ -140,7 +140,7 @@ const FormProfesor = () => {
let imageUrl = "";
if (fotoBase64) {
imageUrl = await uploadImage(fotoBase64, nombre);
imageUrl = await uploadImage(fotoBase64, id_usuario);
}
const updatedDatosAcademicos = datosAcademicos.map(dato => ({
@@ -3,6 +3,7 @@
align-items: center;
justify-content: space-evenly;
margin-bottom: 20px;
gap: 20px;
}
.foto {