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

eolivelli 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 411a94b  Remove Company Logos From Main Page (#11844)
411a94b is described below

commit 411a94b2f6c4c866c0c74ac879728b79ff82b8b0
Author: Dave Fisher <[email protected]>
AuthorDate: Mon Aug 30 13:07:56 2021 -0700

    Remove Company Logos From Main Page (#11844)
---
 site2/website/pages/en/index.js | 25 +------------------------
 1 file changed, 1 insertion(+), 24 deletions(-)

diff --git a/site2/website/pages/en/index.js b/site2/website/pages/en/index.js
index d4bc3a8..15d8670 100755
--- a/site2/website/pages/en/index.js
+++ b/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>
 
   </Container>
 );

Reply via email to