diff --git a/docs/pages/about.tsx b/docs/pages/about.tsx index b91c548bfea2c2..93e40c062facb3 100644 --- a/docs/pages/about.tsx +++ b/docs/pages/about.tsx @@ -453,6 +453,15 @@ const teamMembers: Array = [ about: 'Open-source tinkerer', github: 'romgrk', }, + { + src: '/static/branding/about/rich.png', + name: 'Rich Bustos', + title: 'Developer Advocate', + location: 'Daly City, CA, USA', + locationCountry: 'us', + about: 'I enjoy collecting sports cards and practicing jiu-jitsu', + github: 'richbustos', + }, ]; const contributors = [ diff --git a/docs/public/static/branding/about/rich.png b/docs/public/static/branding/about/rich.png new file mode 100644 index 00000000000000..7e08adac5bac31 Binary files /dev/null and b/docs/public/static/branding/about/rich.png differ