Skip to content

Commit

Permalink
Merge branch 'boisgera:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
boisgera authored Nov 22, 2023
2 parents 89d6cfe + 4e603d9 commit 85686d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/equipe.astro
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ const data = [

<Layout
title="Equipe"
description="Découvrez les acteurs de l'ITN">
description="Découvrez les visages de l'ITN">
<div class="max-w-3xl my-12 m-auto flex flex-col gap-12">
{data.map((datum) => <Portrait attrs={datum} />)}
</div>
Expand Down

0 comments on commit 85686d5

Please sign in to comment.