diff --git a/packages/web/docs/src/components/team-section/index.tsx b/packages/web/docs/src/components/team-section/index.tsx index a305490b7d..e5781a37a3 100644 --- a/packages/web/docs/src/components/team-section/index.tsx +++ b/packages/web/docs/src/components/team-section/index.tsx @@ -106,6 +106,11 @@ const team: TeamMember[] = [ 'https://avatars.githubusercontent.com/ardatan?v=4&s=180', 'https://github.com/ardatan', ], + [ + 'Jeff Dolle', + 'https://avatars.githubusercontent.com/jdolle?v=4&s=180', + 'https://github.com/jdolle', + ] ]; function TeamGallery(props: React.HTMLAttributes) {