Proyectos de Subversion LeadersLinked - SPA

Rev

Rev 3492 | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 3492 Rev 3493
Línea 18... Línea 18...
18
          <Avatar sx={{ width: 60, height: 60 }} src={image} />
18
          <Avatar sx={{ width: 60, height: 60 }} src={image} />
Línea 19... Línea 19...
19
 
19
 
20
          <Box>
20
          <Box>
21
            <Typography variant='h2'>{name}</Typography>
21
            <Typography variant='h2'>{name}</Typography>
22
            <Typography>{parse(description)}</Typography>
22
            <Typography>{parse(description)}</Typography>
23
            <CapsuleRating readOnly={readOnly} defaultValue={totalRating} sx={{ mt: 1 }} />
23
            <CapsuleRating readOnly={readOnly} defaultValue={totalRating} sx={{ mt: 0.5 }} />
24
          </Box>
24
          </Box>
25
        </Box>
25
        </Box>
26
      </CardContent>
26
      </CardContent>
27
    </Card>
27
    </Card>