From 3c0753d0a1138b7cbd71ff53da52fcfff8940f92 Mon Sep 17 00:00:00 2001 From: Sheen Huth <9674168+sheenhx@users.noreply.github.com> Date: Wed, 9 Oct 2024 14:50:33 +0200 Subject: [PATCH] Update docusaurus.config.js --- docusaurus.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docusaurus.config.js b/docusaurus.config.js index 74b840d..1b3b9ec 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -135,7 +135,7 @@ const config = { ], }, ], - copyright: `Copyright © ${new Date().getFullYear()} Moonbase Explorations Inc.`, + copyright: `Copyright © ${new Date().getFullYear()} MoonX, Inc.`, }, prism: { theme: prismThemes.github,