This is an automated email from the ASF dual-hosted git repository.

lidongdai pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 65f31b9  add new user logos of sutpc company (#665)
65f31b9 is described below

commit 65f31b9bba9f94b22230e56cc79680a89ec933cf
Author: Timothy Tian Yang <[email protected]>
AuthorDate: Fri Jan 28 22:42:24 2022 +0800

    add new user logos of sutpc company (#665)
---
 img/ourusers/sutpc.png | Bin 0 -> 9157 bytes
 site_config/home.jsx   |   6 ++++++
 2 files changed, 6 insertions(+)

diff --git a/img/ourusers/sutpc.png b/img/ourusers/sutpc.png
new file mode 100644
index 0000000..68e204b
Binary files /dev/null and b/img/ourusers/sutpc.png differ
diff --git a/site_config/home.jsx b/site_config/home.jsx
index 4ed760c..f9b54cb 100644
--- a/site_config/home.jsx
+++ b/site_config/home.jsx
@@ -266,6 +266,9 @@ export default {
         {
           img: '/img/ourusers/zhihuiqice.png',
         },
+        {
+          img: '/img/ourusers/sutpc.png',
+        },
       ],
     },
     userreview: {
@@ -535,6 +538,9 @@ export default {
         {
           img: '/img/ourusers/zhihuiqice.png',
         },
+        {
+          img: '/img/ourusers/sutpc.png',
+        },
       ],
     },
     events: {

Reply via email to