Proyectos de Subversion LeadersLinked - SPA

Rev

Rev 2380 | Rev 2562 | Ir a la última revisión | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 2380 Rev 2393
Línea 101... Línea 101...
101
      alt={alt}
101
      alt={alt}
102
      component={component}
102
      component={component}
103
      height={height}
103
      height={height}
104
      image={src}
104
      image={src}
105
      width={width}
105
      width={width}
-
 
106
      sx={{
-
 
107
        objectFit: 'contain',
106
      sx={styles}
108
        ...styles
-
 
109
      }}
107
      {...props}
110
      {...props}
108
    />
111
    />
109
  )
112
  )
110
}
113
}