From 4699ba3e71ea50be9d3134701c620787ef31299c Mon Sep 17 00:00:00 2001 From: Sidharth Vinod Date: Tue, 1 Nov 2022 20:59:35 +0530 Subject: [PATCH] Update contributors --- packages/mermaid/src/docs/index.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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",