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:10 UTC

[pulsar] branch dave2wave-patch-2 created (now ca31555)

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

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


      at ca31555  [website] Companies Powered by Pulsar

This branch includes the following new commits:

     new ca31555  [website] Companies Powered by Pulsar

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


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

Posted by wa...@apache.org.
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>
 );