merlimat commented on a change in pull request #11844:
URL: https://github.com/apache/pulsar/pull/11844#discussion_r698799705
##########
File path: site2/website/pages/en/index.js
##########
@@ -168,30 +168,7 @@ const UsersBlock = props => (
id={props.id}
background={props.background}>
- <p align="center"><small style={{color: 'black', fontSize: '1.7rem'}}>Used
by companies such as</small></p>
- <div class="logo-wrapper">
- {
- featuredUsers.map(
- c => (
- (() => {
- if (c.hasOwnProperty('logo_white')) {
- return <div className="logo-box-background-for-white">
- <a href={c.url} title={c.name} target="_blank">
- <img src={c.logo} alt={c.name}
className={c.logo.endsWith('.svg') ? 'logo-svg' : ''}/>
- </a>
- </div>
- } else {
- return <div className="logo-box">
- <a href={c.url} title={c.name} target="_blank">
- <img src={c.logo} alt={c.name}
className={c.logo.endsWith('.svg') ? 'logo-svg' : ''}/>
- </a>
- </div>
- }
- })()
- )
- )}
- </div>
- <p align="center"><small style={{color: 'black', fontSize: '1.7rem'}}><a
href="/powered-by">... and many more</a></small></p>
+ <p align="center"><small style={{color: 'black', fontSize: '1.7rem'}}><a
href="/powered-by">Used by companies such as ...</a></small></p>
Review comment:
@dave2wave @eolivelli The text will now look incomplete with the dots
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]