Skip to content

Commit

Permalink
Add bigo into poweredby (apache#6919)
Browse files Browse the repository at this point in the history
  • Loading branch information
jiazhai authored May 8, 2020
1 parent 367ce78 commit 5643ff3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions site2/website/data/users.js
Original file line number Diff line number Diff line change
Expand Up @@ -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);

0 comments on commit 5643ff3

Please sign in to comment.