Skip to content

Commit

Permalink
Fix typo projets
Browse files Browse the repository at this point in the history
  • Loading branch information
flacombe authored and jdesboeufs committed Jan 14, 2025
1 parent a76a165 commit 6c40f89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/projet/[id].js
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ const Projet = ({id}) => {
}

return (
<Page title={project?.nom ? `Projet ${project.nom}` : null} description='Page contenant les informations relatives à un projets'>
<Page title={project?.nom ? `Projet ${project.nom}` : null} description='Page contenant les informations relatives à un projet'>
{isLoading ? (
<CenteredSpinner />
) : (
Expand Down

0 comments on commit 6c40f89

Please sign in to comment.