diff --git a/packages/mermaid/src/docs/index.md b/packages/mermaid/src/docs/index.md index f5e0970fa..59b6607fe 100644 --- a/packages/mermaid/src/docs/index.md +++ b/packages/mermaid/src/docs/index.md @@ -149,6 +149,12 @@ const members = [ title: "Developer", links: [{ icon: "github", link: "https://github.com/spopida" }], }, + { + avatar: "https://avatars.githubusercontent.com/u/35910788?v=4", + name: "Steph Huynh", + title: "Developer", + links: [{ icon: "github", link: "https://github.com/huynhicode" }], + }, ];