Typo for VersionComparison component
This commit is contained in:
@@ -34,7 +34,7 @@ export default function VersionComparison({versionData}) {
|
|||||||
LÉGENDE
|
LÉGENDE
|
||||||
</Typography>
|
</Typography>
|
||||||
<Grid container textAlign='center' spacing={2}>
|
<Grid container textAlign='center' spacing={2}>
|
||||||
<Grid size={12}>
|
<Grid size={{xs: 12, sm: 4}}>
|
||||||
<Typography
|
<Typography
|
||||||
variant='body2'
|
variant='body2'
|
||||||
sx={{
|
sx={{
|
||||||
@@ -45,10 +45,10 @@ export default function VersionComparison({versionData}) {
|
|||||||
fontWeight: 'bold'
|
fontWeight: 'bold'
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
Version actuellement en ligne.
|
En ligne
|
||||||
</Typography>
|
</Typography>
|
||||||
</Grid>
|
</Grid>
|
||||||
<Grid size={12}>
|
<Grid size={{xs: 12, sm: 4}}>
|
||||||
<Typography
|
<Typography
|
||||||
variant='body2'
|
variant='body2'
|
||||||
sx={{
|
sx={{
|
||||||
@@ -59,10 +59,10 @@ export default function VersionComparison({versionData}) {
|
|||||||
fontWeight: 'bold'
|
fontWeight: 'bold'
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
Version soumise mais pas encore publiée.
|
En cours de révision
|
||||||
</Typography>
|
</Typography>
|
||||||
</Grid>
|
</Grid>
|
||||||
<Grid size={12}>
|
<Grid size={{xs: 12, sm: 4}}>
|
||||||
<Typography
|
<Typography
|
||||||
variant='body2'
|
variant='body2'
|
||||||
sx={{
|
sx={{
|
||||||
@@ -73,7 +73,7 @@ export default function VersionComparison({versionData}) {
|
|||||||
fontWeight: 'bold'
|
fontWeight: 'bold'
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
Remplacée par une version plus récente publiée.
|
Remplacée
|
||||||
</Typography>
|
</Typography>
|
||||||
</Grid>
|
</Grid>
|
||||||
</Grid>
|
</Grid>
|
||||||
|
|||||||
Reference in New Issue
Block a user