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

fenbox pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/answer-website.git


The following commit(s) were added to refs/heads/main by this push:
     new edb038863 fix: footer trademarks policy (#306)
edb038863 is described below

commit edb038863e7a28c3277d9969e2c677d34a019863
Author: Fen <[email protected]>
AuthorDate: Fri Mar 14 15:36:11 2025 +0800

    fix: footer trademarks policy (#306)
---
 docusaurus.config.js       | 2 +-
 src/theme/Footer/index.tsx | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/docusaurus.config.js b/docusaurus.config.js
index f301b9610..4aa5d2668 100644
--- a/docusaurus.config.js
+++ b/docusaurus.config.js
@@ -145,7 +145,7 @@ const config = {
                 to: 'community/security',
               },
               {
-                label: 'SecurityModel',
+                label: 'Security Model',
                 to: 'community/security-model',
               },
               {
diff --git a/src/theme/Footer/index.tsx b/src/theme/Footer/index.tsx
index 4053a08d5..3e2de777b 100644
--- a/src/theme/Footer/index.tsx
+++ b/src/theme/Footer/index.tsx
@@ -19,7 +19,7 @@ const Footer: FC = () => {
               <div className="my-3">
                 <span>Copyright © 2023 - {year} The Apache Software 
Foundation, Licensed under the Apache License, Version 2.0.</span>
                 <br />
-                <span>Apache, the names of Apache projects, and the feather 
logo are either registered trademarks or trademarks of the Apache Software 
Foundation in the United States and/or other countries.</span>
+                <span>Apache, Apache Answer, the feather logo and the Apache 
Answer logo are either registered trademarks or trademarks of the Apache 
Software Foundation in the United States and/or other countries.</span>
               </div>
 
               <span>

Reply via email to