Skip to content

Commit 946ba18

Browse files
authored
add jdolle to team member page (#6432)
1 parent 53d7eae commit 946ba18

File tree

1 file changed

+5
-0
lines changed
  • packages/web/docs/src/components/team-section

1 file changed

+5
-0
lines changed

packages/web/docs/src/components/team-section/index.tsx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,11 @@ const team: TeamMember[] = [
106106
'https://avatars.githubusercontent.com/ardatan?v=4&s=180',
107107
'https://github.com/ardatan',
108108
],
109+
[
110+
'Jeff Dolle',
111+
'https://avatars.githubusercontent.com/jdolle?v=4&s=180',
112+
'https://github.com/jdolle',
113+
]
109114
];
110115

111116
function TeamGallery(props: React.HTMLAttributes<HTMLElement>) {

0 commit comments

Comments
 (0)