Proyectos de Subversion LeadersLinked - SPA

Rev

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

Rev 3682 Rev 3684
Línea 7... Línea 7...
7
    <Card>
7
    <Card>
8
      <CardContent>
8
      <CardContent>
9
        <Box sx={{ display: 'flex', alignItems: 'center', gap: 1 }}>
9
        <Box sx={{ display: 'flex', alignItems: 'center', gap: 1 }}>
10
          <Avatar src={image} alt={name} />
10
          <Avatar src={image} alt={name} />
Línea 11... Línea 11...
11
 
11
 
12
          <Box sx={{ display: 'flex', flexDirection: 'column', gap: 1 }}>
12
          <Box sx={{ display: 'flex', flexDirection: 'column' }}>
13
            <Typography variant='h2'>{name}</Typography>
13
            <Typography variant='h2'>{name}</Typography>
14
            {email && <Typography variant='h5'>{email}</Typography>}
14
            {email && <Typography variant='h5'>{email}</Typography>}
15
            {network && <Typography variant='caption'>{network}</Typography>}
15
            {network && <Typography variant='caption'>{network}</Typography>}
16
            {status && <Typography variant='caption'>{status}</Typography>}
16
            {status && <Typography variant='caption'>{status}</Typography>}