We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6af8fad commit 506b668Copy full SHA for 506b668
2 files changed
public/team/clement-levallois.png
382 KB
src/pages/about/index.astro
@@ -15,6 +15,7 @@ const TEAM: TeamMember[] = [
15
{ image: "/team/alexis-jacomy.jpg", name: "Alexis jacomy", role: "Gephi Lite team" },
16
{ image: "/team/benoit-simard.jpeg", name: "Benoit Simard", role: "Gephi Lite team" },
17
{ image: "/team/martin-grandjean.png", name: "Martin Grandjean", role: "Community management" },
18
+ { image: "/team/clement-levallois.png", name: "Clément Levallois", role: "Community emulation" },
19
];
20
---
21
0 commit comments