You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by pe...@apache.org on 2020/05/08 13:56:58 UTC

[pulsar] branch master updated: Add bigo into poweredby (#6919)

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

penghui pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar.git


The following commit(s) were added to refs/heads/master by this push:
     new 5643ff3  Add bigo into poweredby (#6919)
5643ff3 is described below

commit 5643ff3577883554c35c60132dee2c70a71f5bf4
Author: Jia Zhai <zh...@apache.org>
AuthorDate: Fri May 8 21:56:41 2020 +0800

    Add bigo into poweredby (#6919)
---
 site2/website/data/users.js | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/site2/website/data/users.js b/site2/website/data/users.js
index 22e24a8..f79ab1c 100644
--- a/site2/website/data/users.js
+++ b/site2/website/data/users.js
@@ -226,5 +226,10 @@ module.exports = [
         name: 'MercadoLibre',
         url: 'https://www.mercadolibre.com/',
         logo: 'https://d1.awsstatic.com/case-studies/LATAM/mercadolibre.1d9d3766bb06e60948f1c5ce8851ce0eac63b349.png'
+    },
+    {
+        name: 'BIGO',
+        url: 'https://www.bigo.sg/',
+        logo: 'https://static-web.bigolive.tv/as/bigo-static/official_website/pc/img/about/logo-blue-big.png',
     }
 ].sort((a, b) => (a.name > b.name) ? 1 : -1);