Skip to content

Commit

Permalink
Merge pull request #41 from imbjdd/fix-members
Browse files Browse the repository at this point in the history
fix: member role errors
  • Loading branch information
moiri-gamboni authored Sep 15, 2024
2 parents cae7d3d + 4990aa3 commit 7526fae
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion TRANSLATIONS.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

- [FAQ](src/posts/faq.md) - Original: [FAQ](https://github.com/PauseAI/pauseai-website/blob/5950ca0185d6e7cf52e2416e795acfab7222dace/src/posts/faq.md)
- [Faire un don à Pause IA](src/posts/dons.md) - Original: [Donate to PauseAI](https://github.com/PauseAI/pauseai-website/blob/03a62f1a06c6a2eac0f3fc79a2bbc7a7083bd31e/src/posts/donate.md)
- [Passez à l’action](src/posts/agir.md) - Original: [Take action](https://github.com/PauseAI/pauseai-website/blob/95be1d5327015a2c41f5c518d92812d7f6c79bda/src/posts/action.md)
- [Rejoignez Pause IA](src/posts/nous-rejoindre.md) - Original: [Join PauseAI](https://github.com/PauseAI/pauseai-website/blob/5950ca0185d6e7cf52e2416e795acfab7222dace/src/posts/join.md)
- [Faire un don à Pause IA](src/posts/dons.md) - Original: [Donate to PauseAI](https://github.com/PauseAI/pauseai-website/blob/03a62f1a06c6a2eac0f3fc79a2bbc7a7083bd31e/src/posts/donate.md)
- [Qui sommes-nous ?](src/posts/qui-sommes-nous.md) - Original: [QUI](https://github.com/PauseAI/pauseai-website/blob/5950ca0185d6e7cf52e2416e795acfab7222dace/src/posts/faq.md)
- [Propositions de Pause IA](src/posts/propositions.md) - Original: [PauseAI Proposal](https://github.com/PauseAI/pauseai-website/blob/0cabfef1037097bd7a99f4fddd1bcd73abbe6760/src/posts/proposal.md)
6 changes: 3 additions & 3 deletions src/lib/components/home/who.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@
const supporters = [
{
name: 'Maxime Fournes',
blurb: 'Co-fondateur',
blurb: 'Cofondateur',
image: 'membres/maxime.png',
job: 'Chercheur IA'
},
{
name: 'Gilles Bréda',
blurb: 'Co-fondateur',
blurb: 'Cofondateur',
image: 'membres/gilles.jpg',
job: 'Musicien professionnel'
},
Expand Down Expand Up @@ -58,7 +58,7 @@
name: 'Stélian',
blurb: 'Volontaire',
image: 'membres/stelian.jpg',
job: 'Etudiant en mathématiques'
job: 'Psychologue'
}
]
Expand Down

0 comments on commit 7526fae

Please sign in to comment.