Skip to content

Commit edb0388

Browse files
authored
fix: footer trademarks policy (#306)
1 parent 1ebf6f8 commit edb0388

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docusaurus.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ const config = {
145145
to: 'community/security',
146146
},
147147
{
148-
label: 'SecurityModel',
148+
label: 'Security Model',
149149
to: 'community/security-model',
150150
},
151151
{

src/theme/Footer/index.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ const Footer: FC = () => {
1919
<div className="my-3">
2020
<span>Copyright © 2023 - {year} The Apache Software Foundation, Licensed under the Apache License, Version 2.0.</span>
2121
<br />
22-
<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>
22+
<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>
2323
</div>
2424

2525
<span>

0 commit comments

Comments
 (0)