From fde8950e688dd33e2af42da610120f6a9959ddf7 Mon Sep 17 00:00:00 2001 From: Anthony Geourjon <anthony.geourjon@tetras-libre.fr> Date: Fri, 3 Feb 2023 12:14:16 +0100 Subject: [PATCH] Fix trad and comment image --- src/components/AnnotationManifestsAccordion.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/AnnotationManifestsAccordion.js b/src/components/AnnotationManifestsAccordion.js index d06c1d7f9..a0c2ea4d3 100644 --- a/src/components/AnnotationManifestsAccordion.js +++ b/src/components/AnnotationManifestsAccordion.js @@ -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} -- GitLab