Proyectos de Subversion LeadersLinked - SPA

Rev

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

Rev 2382 Rev 2393
Línea 49... Línea 49...
49
 
49
 
Línea 50... Línea 50...
50
  const ReactionButton = withReactions(Button)
50
  const ReactionButton = withReactions(Button)
51
 
51
 
52
  return (
-
 
53
    <Widget>
-
 
54
      <Widget.Media
-
 
55
        src={image}
-
 
56
        alt={title}
-
 
57
        width='100%'
52
  return (
58
        height={450}
-
 
Línea 59... Línea 53...
59
        styles={{ objectFit: 'contain' }}
53
    <Widget>
60
      />
54
      <Widget.Media src={image} alt={title} height={450} />
Línea 61... Línea 55...
61
 
55