Proyectos de Subversion LeadersLinked - SPA

Rev

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

Rev 2364 Rev 2365
Línea 49... Línea 49...
49
 
49
 
50
  return (
50
  return (
51
    <Container>
51
    <Container>
52
      <Grid
52
      <Grid
53
        container
-
 
54
        spacing={2}
53
        container
55
        sx={{
54
        sx={{
56
          display: 'flex',
55
          display: 'flex',
57
          justifyContent: 'center',
56
          justifyContent: 'center',
58
          alignItems: 'center'
57
          alignItems: 'center'
Línea 65... Línea 64...
65
              title={post.owner_name}
64
              title={post.owner_name}
66
              subheader={post.owner_time_elapse}
65
              subheader={post.owner_time_elapse}
67
            />
66
            />
Línea 68... Línea 67...
68
 
67
 
69
            <Widget.Content>
68
            <Widget.Content>
70
              <FeedContent feed={post} />
69
              <p>{post.owner_description}</p>
71
            </Widget.Content>
70
            </Widget.Content>
72
          </Widget>
71
          </Widget>
73
        </Grid>
72
        </Grid>
74
      </Grid>
73
      </Grid>