Skip to content

Commit

Permalink
✨ acteurs -> visages
Browse files Browse the repository at this point in the history
  • Loading branch information
boisgera committed Nov 22, 2023
1 parent af830a3 commit 4e603d9
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 4e603d9

Please sign in to comment.