Proyectos de Subversion LeadersLinked - SPA

Rev

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

Rev 774 Rev 775
Línea 195... Línea 195...
195
                objectFit: 'contain'
195
                objectFit: 'contain'
196
              }}
196
              }}
197
            />
197
            />
198
            <StyledContainer.Body>
198
            <StyledContainer.Body>
199
              <h2>{post.title}</h2>
199
              <h2>{post.title}</h2>
200
              <Paraphrase>{post.description}</Paraphrase>
200
              <Paraphrase>{post.description ?? ''}</Paraphrase>
201
              {post.file && (
201
              {post.file && (
202
                <a href={post.file} download>
202
                <a href={post.file} download>
203
                  <img src='/images/extension/pdf.png' alt='pdf' />
203
                  <img src='/images/extension/pdf.png' alt='pdf' />
204
                </a>
204
                </a>
205
              )}
205
              )}
Línea 266... Línea 266...
266
            )}
266
            )}
267
          </StyledContainer>
267
          </StyledContainer>
268
        </Grid>
268
        </Grid>
Línea 269... Línea 269...
269
 
269
 
270
        <Grid item xs={12} md={4}>
270
        <Grid item xs={12} md={4}>
271
          <HomeNews currentPost={post.uuid} />
271
          <HomeNews />
272
        </Grid>
272
        </Grid>
273
      </Grid>
273
      </Grid>
274
    </Container>
274
    </Container>
275
  )
275
  )