Skip to content

Commit

Permalink
fix: correction indicateur page publique (#3480)
Browse files Browse the repository at this point in the history
  • Loading branch information
moroine authored Jan 10, 2024
1 parent 88371f4 commit 0897d23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -434,7 +434,7 @@ function SectionApercuChiffresCles() {
</Box>
<Box>
<Text fontSize="40px" fontWeight="700" color="bluefrance">
{formatNumber(organismes?.total.totalOrganismes.total)}
{formatNumber(organismes?.total.organismesTransmetteurs.total)}
</Text>
<Text fontSize="zeta" fontWeight="700" lineHeight="1em" color="bluefrance">
organismes de formation en apprentissage
Expand Down

0 comments on commit 0897d23

Please sign in to comment.