Skip to content

Commit

Permalink
feat(xyflow): edit authors and team
Browse files Browse the repository at this point in the history
  • Loading branch information
chrtze committed Sep 25, 2024
1 parent ed413aa commit a4d9410
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions packages/xy-shared/widgets/about-section/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ function AboutSection({ imageSrc, colorizeImage = true }: AboutSectionProps) {
A project by the xyflow team
</Heading>
<Text className="text-center max-w-xl mx-auto mb-6" variant="light">
We are Christopher, Hayleigh, John, Peter and Moritz. We are the
maintainers of React Flow, Svelte Flow, and the communities around them
We are Christopher, Hayleigh, Peter and Moritz. We are the maintainers
of React Flow, Svelte Flow, and the communities around them
</Text>

<div className="flex flex-wrap justify-center space-x-8 mb-16">
Expand Down
10 changes: 5 additions & 5 deletions packages/xy-shared/widgets/authors-list/authors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,31 +7,31 @@ export default {
},
christopher: {
name: 'Christopher Möller',
title: 'xyflow',
title: 'Co-Founder',
url: 'https://twitter.com/chrtze',
image: 'https://github.com/chrtze.png',
},
hayleigh: {
name: 'Hayleigh Thompson',
title: 'Developer Relations',
title: 'Software Engineer',
url: 'https://twitter.com/hayleighdotdev',
image: 'https://github.com/hayleigh-dot-dev.png',
},
john: {
name: 'John Robb',
title: 'is typing...',
title: 'Community Manager',
url: 'http://johnrobbdesign.com/',
image: 'https://github.com/johnrobbjr.png',
},
moritz: {
name: 'Moritz Klack',
title: 'xyflow',
title: 'Co-Founder',
url: 'https://twitter.com/moklick',
image: 'https://github.com/moklick.png',
},
peter: {
name: 'Peter Gorzo',
title: 'xyflow',
title: 'Software Engineer',
url: '',
image: 'https://github.com/peterkogo.png',
},
Expand Down

0 comments on commit a4d9410

Please sign in to comment.