diff --git a/src/data/contributors.js b/src/data/contributors.js index 15305ccb..1c6c56f1 100644 --- a/src/data/contributors.js +++ b/src/data/contributors.js @@ -128,6 +128,11 @@ const contributorsData = [ alt: "Tiduyun", href: "https://tiduyun.com", }, + { + logo: "/img/contributors/zstack.png", + alt: "ZStack", + href: "https://www.zstack.io", + }, ]; export default contributorsData; diff --git a/static/img/contributors/zstack.png b/static/img/contributors/zstack.png new file mode 100644 index 00000000..5ae601eb Binary files /dev/null and b/static/img/contributors/zstack.png differ