You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by wa...@apache.org on 2021/08/31 16:32:11 UTC

[pulsar] 01/01: [website] Companies Powered by Pulsar

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

wave pushed a commit to branch dave2wave-patch-2
in repository https://gitbox.apache.org/repos/asf/pulsar.git

commit ca315556ba17469281e0d26befe3d28eaf2de917
Author: Dave Fisher <da...@comcast.net>
AuthorDate: Tue Aug 31 09:31:18 2021 -0700

    [website] Companies Powered by Pulsar
---
 site2/website/pages/en/index.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/site2/website/pages/en/index.js b/site2/website/pages/en/index.js
index 15d8670..a24fbeb 100755
--- a/site2/website/pages/en/index.js
+++ b/site2/website/pages/en/index.js
@@ -168,7 +168,7 @@ const UsersBlock = props => (
     id={props.id}
     background={props.background}>
 
-    <p align="center"><small style={{color: 'black', fontSize: '1.7rem'}}><a href="/powered-by">Used by companies such as ...</a></small></p>
+    <p align="center"><small style={{color: 'black', fontSize: '1.7rem'}}><a href="/powered-by">Companies Powered by Pulsar</a></small></p>
 
   </Container>
 );