Skip to content

Commit

Permalink
fix: seo - maj mineure wording (#1608)
Browse files Browse the repository at this point in the history
  • Loading branch information
guilletmarion authored Oct 22, 2024
1 parent 9344cb7 commit dea147e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ui/components/HowTo/HowTo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const HowTo = () => {
<Text as="h3" fontSize="1.25rem" fontWeight="500" mb="3">
En un clin d’&oelig;il
</Text>
<Text as="p">Obtenez la liste des formations et entreprises prêtes à vous accueillir.</Text>
<Text as="p">Obtenez la liste des formations et entreprises où réaliser votre alternance</Text>
</Box>
</GridItem>
<GridItem position="relative" width={{ base: "200px", md: "auto" }} mx="auto" mb="12">
Expand All @@ -40,7 +40,7 @@ const HowTo = () => {
<Text as="h3" fontSize="1.25rem" fontWeight="500" mb="3">
Un contact facile
</Text>
<Text as="p">Contactez facilement les centres de formation ou les entreprises pour postuler </Text>
<Text as="p">Contactez facilement les centres de formation ou les entreprises pour postuler</Text>
</Box>
</GridItem>
</Grid>
Expand Down

0 comments on commit dea147e

Please sign in to comment.