Skip to content

Commit

Permalink
[website] Add Albert to the about page
Browse files Browse the repository at this point in the history
  • Loading branch information
mj12albert committed Jan 26, 2023
1 parent a722357 commit 4d6dd9d
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/pages/about.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -434,6 +434,15 @@ const teamMembers: Array<Profile> = [
twitter: 'MBilalShafi',
github: 'MBilalShafi',
},
{
name: 'Albert Yu',
title: 'MUI Core Engineer',
location: 'Hong Kong',
locationCountry: 'hk',
about: 'Minimalist, gamer, dog lover, outdoor adventurer 🏔🐕',
github: 'mj12albert',
twitter: 'mj12albert',
},
];

const contributors = [
Expand Down

0 comments on commit 4d6dd9d

Please sign in to comment.