This is an automated email from the ASF dual-hosted git repository.
tison pushed a commit to branch dev
in repository
https://gitbox.apache.org/repos/asf/incubator-streampark-website.git
The following commit(s) were added to refs/heads/dev by this push:
new 212972c Fix footer Copyright
212972c is described below
commit 212972ca97bf9bc3f173bae773c1b3b9ba37a676
Author: tison <[email protected]>
AuthorDate: Sat Sep 10 11:31:33 2022 +0800
Fix footer Copyright
---
docusaurus.config.js | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/docusaurus.config.js b/docusaurus.config.js
index f4f7f5e..c96e978 100644
--- a/docusaurus.config.js
+++ b/docusaurus.config.js
@@ -28,15 +28,15 @@ const CopyRight = `
code, it does indicate that the project has yet
to be fully endorsed by
the ASF.
</span>
- Apache, the Apache Feather logo, and the Apache
Incubator project logo
- are trademarks of The Apache Software Foundation.
</p>
</div>
<div class="footer-copyright">
<div class="footer-block"></div>
<div class="footer-copyright-content">
<span>
- Copyright © 2019-${new Date().getFullYear()}
StreamPark All Rights Reserved
+ Copyright © 2019-${new Date().getFullYear()}
The Apache Software Foundation.
+ Apache StreamPark, StreamPark, Apache, the
Apache Feather logo, and the Apache Incubator project logo
+ are trademarks of The Apache Software Foundation
</span>
</div>
</div>