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

benjobs 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 0f9f2c5  Update year in NOTICE to 2023 (#173)
0f9f2c5 is described below

commit 0f9f2c51208854c75c8fcadf2e1ee117a2dfd4bf
Author: benjobs <[email protected]>
AuthorDate: Tue Jan 3 11:28:47 2023 +0800

    Update year in NOTICE to 2023 (#173)
---
 docusaurus.config.js             |   2 +-
 static/image/logo_name_white.png | Bin 0 -> 97457 bytes
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/docusaurus.config.js b/docusaurus.config.js
index 3801da0..4e3d4aa 100644
--- a/docusaurus.config.js
+++ b/docusaurus.config.js
@@ -318,7 +318,7 @@ const config = {
 
                 <div style="border-top: 1px solid #525252;min-height: 
60px;line-height: 25px;text-align: left;font-family: Avenir-Medium;font-size: 
14px;color: #999;display: flex;align-items: center;">
                   <span>
-                      Copyright © ${new Date().getFullYear()} The Apache 
Software Foundation. Apache StreamPark, StreamPark, and its feather logo are 
trademarks of The Apache Software Foundation.
+                      Copyright © 2021-${new Date().getFullYear()} The Apache 
Software Foundation. Apache StreamPark, StreamPark, and its feather logo are 
trademarks of The Apache Software Foundation.
                   </span>
                 </div>
             </div>`,
diff --git a/static/image/logo_name_white.png b/static/image/logo_name_white.png
new file mode 100644
index 0000000..5b5c01e
Binary files /dev/null and b/static/image/logo_name_white.png differ

Reply via email to