Proyectos de Subversion LeadersLinked - SPA

Rev

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

Rev 2137 Rev 2142
Línea 17... Línea 17...
17
        alignItems: 'center',
17
        alignItems: 'center',
18
        justifyContent: 'space-between',
18
        justifyContent: 'space-between',
19
        gap: 2
19
        gap: 2
20
      }}
20
      }}
21
    >
21
    >
22
      <Box sx={{ display: 'inline-flex', flexDirection: 'column' }}>
22
      <Box sx={{ display: 'inline-flex', flexDirection: 'column', mb: 1 }}>
23
        <Link to={link}>
23
        <Link to={link}>
-
 
24
          <Typography
-
 
25
            variant='body1'
24
          <Typography variant='body1' sx={{ textDecoration: 'underline' }}>
26
            sx={{ textDecoration: 'underline', mb: 0 }}
-
 
27
          >
25
            {message}
28
            {message}
26
          </Typography>
29
          </Typography>
27
        </Link>
30
        </Link>
28
        <Typography variant='body2'>{time_elapsed}</Typography>
31
        <Typography variant='body2'>{time_elapsed}</Typography>
29
      </Box>
32
      </Box>