Jennifer88huang commented on a change in pull request #9494:
URL: https://github.com/apache/pulsar/pull/9494#discussion_r571045754
##########
File path: site2/website/data/users.js
##########
@@ -287,10 +287,10 @@ module.exports = [
logo_white: true
},
{
- name: 'Kesque',
- url: 'https://kesque.com',
- logo:
'https://static.kafkaesque.io/wp-content/uploads/2020/06/kesque_logo.svg',
- logo_white: true
+ name: 'DataStax',
+ url: 'https://datastax.com',
+ logo:
'https://www.datastax.com/sites/default/files/inline-images/datastax-logotype-negative.png',
+ logo_white: false
Review comment:
I notice that the logo is transparent(white), you need to set it to
`true` (adding black background), which would be sth like this:

Or you can set it to "false" or not set it if you use this link for your
logo:
https://www.datastax.com/_next/static/images/logo-6e2e31572c645818cd3d2ac070d67778.svg
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]