Skip to content

Commit

Permalink
docs(nx-dev): add Phillip Dacosta to the team section
Browse files Browse the repository at this point in the history
Included Phillip Dacosta as a new team member with relevant details such as name, title, and image.
  • Loading branch information
bcabanes committed Dec 13, 2024
1 parent 0f9c93c commit 16c5cd7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
Binary file not shown.
8 changes: 7 additions & 1 deletion nx-dev/ui-company/src/lib/the-team.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import { SectionHeading } from '@nx/nx-dev/ui-common';
import { ReactElement } from 'react';

const teamMembers = [
{
Expand Down Expand Up @@ -156,6 +157,11 @@ const teamMembers = [
title: 'Software Engineer',
imageUrl: 'patrick-mariglia.avif',
},
{
name: 'Phillip Dacosta',
title: 'Software Engineer',
imageUrl: 'phillip-dacosta.avif',
},
{
name: 'Philip Fulcher',
title: 'Senior Engineer',
Expand All @@ -182,7 +188,7 @@ const teamMembers = [
imageUrl: 'zack-derose.avif',
},
];
export function TheTeam(): JSX.Element {
export function TheTeam(): ReactElement {
return (
<section>
<div className="max-w-7x1 mx-auto px-4 text-center sm:px-6 lg:px-8">
Expand Down

0 comments on commit 16c5cd7

Please sign in to comment.