From a4d9410b24559675616df829e7e45f54b8819d1e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christopher=20M=C3=B6ller?= Date: Wed, 25 Sep 2024 11:32:11 +0200 Subject: [PATCH] feat(xyflow): edit authors and team --- packages/xy-shared/widgets/about-section/index.tsx | 4 ++-- packages/xy-shared/widgets/authors-list/authors.ts | 10 +++++----- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/packages/xy-shared/widgets/about-section/index.tsx b/packages/xy-shared/widgets/about-section/index.tsx index 02af95243..557b51af2 100644 --- a/packages/xy-shared/widgets/about-section/index.tsx +++ b/packages/xy-shared/widgets/about-section/index.tsx @@ -16,8 +16,8 @@ function AboutSection({ imageSrc, colorizeImage = true }: AboutSectionProps) { A project by the xyflow team - 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
diff --git a/packages/xy-shared/widgets/authors-list/authors.ts b/packages/xy-shared/widgets/authors-list/authors.ts index 27bd40cbb..89a1e2f36 100644 --- a/packages/xy-shared/widgets/authors-list/authors.ts +++ b/packages/xy-shared/widgets/authors-list/authors.ts @@ -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', },