diff --git a/packages/mermaid/src/docs/index.md b/packages/mermaid/src/docs/index.md index 38c9b40d6..975546f4b 100644 --- a/packages/mermaid/src/docs/index.md +++ b/packages/mermaid/src/docs/index.md @@ -99,6 +99,12 @@ const members = [ { icon: "linkedin", link: "https://www.linkedin.com/in/aloisklink/" }, ], }, + { + avatar: "https://avatars.githubusercontent.com/u/114684273?v=4", + name: "Per Brolin", + title: "Developer", + links: [{ icon: "github", link: "https://github.com/pbrolin47" }], + }, { avatar: "https://avatars.githubusercontent.com/u/53054099?v=4", name: "Yash Singh", @@ -120,6 +126,12 @@ const members = [ title: "Developer", links: [{ icon: "github", link: "https://github.com/MindaugasLaganeckas" }], }, + { + avatar: "https://avatars.githubusercontent.com/u/300077?v=4", + name: "Justin Greywolf", + title: "Developer", + links: [{ icon: "github", link: "https://github.com/jgreywolf" }], + }, { avatar: "https://avatars.githubusercontent.com/u/1564825?v=4", name: "Nacho Orlandoni",