Proyectos de Subversion LeadersLinked - SPA

Rev

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

Rev 2891 Rev 2917
Línea 121... Línea 121...
121
 
121
 
122
        <Widget.Body>
122
        <Widget.Body>
Línea 123... Línea 123...
123
          <FeedDescription description={text} />
123
          <FeedDescription description={text} />
124
 
124
 
125
          <Box sx={{ display: 'flex', justifyContent: 'space-between' }}>
125
          <Box sx={{ display: 'flex', justifyContent: 'space-between' }}>
126
            <Typography variant='body2'>{`${totalReactions} ${labels.reactions}`}</Typography>
126
            <Typography variant='overline'>{`${totalReactions} ${labels.reactions}`}</Typography>
127
            <Typography variant='body2'>{`${totalComments} ${labels.comments}`}</Typography>
127
            <Typography variant='overline'>{`${totalComments} ${labels.comments}`}</Typography>
Línea 128... Línea 128...
128
          </Box>
128
          </Box>
129
        </Widget.Body>
129
        </Widget.Body>