Proyectos de Subversion LeadersLinked - SPA

Rev

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

Rev 2842 Rev 2843
Línea 52... Línea 52...
52
          display: cover ? 'block' : 'none',
52
          display: cover ? 'block' : 'none',
53
          marginBottom: cover ? '-20px' : '0px'
53
          marginBottom: cover ? '-20px' : '0px'
54
        }}
54
        }}
55
      />
55
      />
Línea 56... Línea 56...
56
 
56
 
57
      <Widget.Body sx={{ textAlign: 'center' }}>
57
      <Widget.Body styles={{ textAlign: 'center' }}>
58
        <UserProfileAvatar src={image} alt={`${fullname} profile image`} />
58
        <UserProfileAvatar src={image} alt={`${fullname} profile image`} />
59
        <Typography variant='h2'>{parse(fullname ?? '')}</Typography>
59
        <Typography variant='h2'>{parse(fullname ?? '')}</Typography>
60
        <Typography>{parse(description ?? '')}</Typography>
60
        <Typography>{parse(description ?? '')}</Typography>