diff --git a/src/components/supporters/index.js b/src/components/supporters/index.js index a620bb392..8d8c9cb5a 100644 --- a/src/components/supporters/index.js +++ b/src/components/supporters/index.js @@ -17,6 +17,12 @@ const supportList = [ img_src: "img/supporters/bocloud.svg", external_link: "https://www.bocloud.com.cn/product/BeyondEdge", }, + + { + name:"BlueDot", + img_src: "img/supporters/bluedot.svg", + external_link: "http://portal.bluedotai.cn", + }, { name: "China Mobile", diff --git a/static/img/supporters/bluedot.png b/static/img/supporters/bluedot.png new file mode 100644 index 000000000..f85ccdcef Binary files /dev/null and b/static/img/supporters/bluedot.png differ