Skip to content

Commit

Permalink
docs(core): add manfred steyer as nx champion (#16994)
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacplmann authored May 12, 2023
1 parent 8460c63 commit 0aa3e45
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions nx-dev/nx-dev/pages/community.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ export default function Community(props: CommunityProps): JSX.Element {
label: '@trumbitta',
link: 'https://twitter.com/trumbitta',
},
{
label: '@williamghelfi.com',
link: 'https://bsky.app/profile/williamghelfi.com',
},
],
location: 'Italy',
},
Expand Down Expand Up @@ -107,6 +111,19 @@ export default function Community(props: CommunityProps): JSX.Element {
],
location: 'France',
},
{
name: 'Manfred Steyer',
expertise:
'Angular, Blogs, Talks, Conferences, Plugins, Repository Structure',
imageUrl: '/images/champions/manfred-steyer.webp',
contact: [
{
label: '[email protected]',
link: 'mailto:[email protected]',
},
],
location: 'Austria',
},
];
const champions3: Champion[] = [
{
Expand Down
Binary file not shown.

1 comment on commit 0aa3e45

@vercel
Copy link

@vercel vercel bot commented on 0aa3e45 May 12, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

nx-dev – ./

nx-dev-git-master-nrwl.vercel.app
nx-dev-nrwl.vercel.app
nx.dev
nx-five.vercel.app

Please sign in to comment.