From dac48749bfd9e923d1427c2b61f36cc29b0067bb Mon Sep 17 00:00:00 2001 From: Chris Gervang Date: Wed, 18 Dec 2024 23:27:12 -0800 Subject: [PATCH] Use approved OpenJS footer (#2450) --- website/docusaurus.config.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/website/docusaurus.config.js b/website/docusaurus.config.js index 0f8bcd153..345d83d2e 100644 --- a/website/docusaurus.config.js +++ b/website/docusaurus.config.js @@ -164,8 +164,8 @@ const config = { href: 'https://loaders.gl' }, { - label: 'nebula.gl', - href: 'https://nebula.gl' + label: 'kepler.gl', + href: 'https://kepler.gl' } ] }, @@ -187,7 +187,7 @@ const config = { ] } ], - copyright: `Copyright © ${new Date().getFullYear()} OpenJS Foundation` + copyright: '

Copyright OpenJS Foundation and vis.gl contributors. All rights reserved. The OpenJS Foundation has registered trademarks and uses trademarks. For a list of trademarks of the OpenJS Foundation, please see our Trademark Policy and Trademark List. Trademarks and logos not indicated on the list of OpenJS Foundation trademarks are trademarks™ or registered® trademarks of their respective holders. Use of them does not imply any affiliation with or endorsement by them.

The OpenJS Foundation | Terms of Use | Privacy Policy | Bylaws | Code of Conduct | Trademark Policy | Trademark List | Cookie Policy

' }, prism: { theme: lightCodeTheme,