Skip to content
Snippets Groups Projects
Commit fde8950e authored by Anthony's avatar Anthony
Browse files

Fix trad and comment image

parent 094d45c7
Branches
No related tags found
2 merge requests!13Manifest side to side,!11Draft: 33 8 open an other manifest side by side from an annotation
......@@ -113,20 +113,20 @@ export class AnnotationManifestsAccordion extends Component {
expandIcon={<ExpandMoreIcon />}
onClick={(e) => this.handleOpenAccordion(e)}
>
<Typography className={classes.heading}>{t('manifestsFound')}</Typography>
<Typography className={classes.heading}>{t('manifestFound')}</Typography>
</AccordionSummary>
<AccordionDetails>
<Typography>
<Card className={classes.root}>
<CardActionArea>
<CardMedia
{/* <CardMedia
component="img"
alt="Contemplative Reptile"
height="100"
width="100%"
image="https://www.tetras-libre.fr/themes/tetras/img/logo.svg"
title="Tetras tooltip"
/>
/> */}
<CardContent>
<Typography gutterBottom variant="h5" component="h2">
{manifest.label ? manifest.label.en : manifest.id}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment