fixed style and name image
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user